Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c595 upl_page_info_t *assoc_pl = UPL_GET_INTERNAL_PAGE_LIST(associated_upl); in cluster_handle_associated_upl() local
617 && !upl_page_get_mark(assoc_pl, upl_offset >> PAGE_SHIFT)) { in cluster_handle_associated_upl()
622 upl_page_set_mark(assoc_pl, upl_offset >> PAGE_SHIFT, true); in cluster_handle_associated_upl()
639 if (!upl_page_get_mark(assoc_pl, last_pg)) { in cluster_handle_associated_upl()
644 upl_page_set_mark(assoc_pl, last_pg, true); in cluster_handle_associated_upl()