Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c1673 upl_page_info_t *cached_pl; in cluster_io() local
1703 &cached_pl, UPL_SET_LITE, VM_KERN_MEMORY_FILE); in cluster_io()
1714 if (cached_upl && (cached_upl_f_offset < f_offset) && upl_dirty_page(cached_pl, 0)) { in cluster_io()
1721 if ((last_page != 0 || !first_page_needs_sync) && upl_dirty_page(cached_pl, last_page)) { in cluster_io()
1729 cached_pl = NULL; in cluster_io()