Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c1666 upl_page_info_t *cached_pl; in cluster_io() local
1696 &cached_pl, UPL_SET_LITE | UPL_WILL_MODIFY, VM_KERN_MEMORY_FILE); in cluster_io()
1707 if (cached_upl && (cached_upl_f_offset < f_offset) && upl_dirty_page(cached_pl, 0)) { in cluster_io()
1714 if ((last_page != 0 || !first_page_needs_sync) && upl_dirty_page(cached_pl, last_page)) { in cluster_io()
1722 cached_pl = NULL; in cluster_io()