Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c761 upl_page_info_t *assoc_pl = UPL_GET_INTERNAL_PAGE_LIST(associated_upl); in cluster_handle_associated_upl() local
764 if (check_first_pg && !upl_page_get_mark(assoc_pl, first_pg)) { in cluster_handle_associated_upl()
769 upl_page_set_mark(assoc_pl, first_pg, true); in cluster_handle_associated_upl()
772 if (check_last_pg && !upl_page_get_mark(assoc_pl, last_pg)) { in cluster_handle_associated_upl()
777 upl_page_set_mark(assoc_pl, last_pg, true); in cluster_handle_associated_upl()