Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c1747 upl_page_info_t *cached_pl; in cluster_io() local
1777 &cached_pl, UPL_SET_LITE | UPL_WILL_MODIFY, VM_KERN_MEMORY_FILE); in cluster_io()
1791 cached_pl = NULL; in cluster_io()
1805 if (cached_upl && (cached_upl_f_offset < f_offset) && upl_dirty_page(cached_pl, 0)) { in cluster_io()
1812 if ((last_page != 0 || !first_page_needs_sync) && upl_dirty_page(cached_pl, last_page)) { in cluster_io()
1820 cached_pl = NULL; in cluster_io()