Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c763 upl_page_info_t *assoc_pl = UPL_GET_INTERNAL_PAGE_LIST(associated_upl); in cluster_handle_associated_upl() local
766 if (check_first_pg && !upl_page_get_mark(assoc_pl, first_pg)) { in cluster_handle_associated_upl()
771 upl_page_set_mark(assoc_pl, first_pg, true); in cluster_handle_associated_upl()
774 if (check_last_pg && !upl_page_get_mark(assoc_pl, last_pg)) { in cluster_handle_associated_upl()
779 upl_page_set_mark(assoc_pl, last_pg, true); in cluster_handle_associated_upl()