Home
last modified time | relevance | path

Searched refs:assoc_pl (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c783 upl_page_info_t *assoc_pl = UPL_GET_INTERNAL_PAGE_LIST(associated_upl); in cluster_handle_associated_upl() local
786 if (check_first_pg && !upl_page_get_mark(assoc_pl, first_pg)) { in cluster_handle_associated_upl()
791 upl_page_set_mark(assoc_pl, first_pg, true); in cluster_handle_associated_upl()
794 if (check_last_pg && !upl_page_get_mark(assoc_pl, last_pg)) { in cluster_handle_associated_upl()
799 upl_page_set_mark(assoc_pl, last_pg, true); in cluster_handle_associated_upl()