Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c616 upl_page_info_t *assoc_pl = UPL_GET_INTERNAL_PAGE_LIST(associated_upl); in cluster_handle_associated_upl() local
638 && !upl_page_get_mark(assoc_pl, upl_offset >> PAGE_SHIFT)) { in cluster_handle_associated_upl()
643 upl_page_set_mark(assoc_pl, upl_offset >> PAGE_SHIFT, true); in cluster_handle_associated_upl()
660 if (!upl_page_get_mark(assoc_pl, last_pg)) { in cluster_handle_associated_upl()
665 upl_page_set_mark(assoc_pl, last_pg, true); in cluster_handle_associated_upl()