Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/vfs/
H A Dvfs_cluster.c1734 bool first_page_needs_sync = false; in cluster_io() local
1738 first_page_needs_sync = true; in cluster_io()
1744 if ((last_page != 0 || !first_page_needs_sync) && upl_dirty_page(cached_pl, last_page)) { in cluster_io()
1749 if (first_page_needs_sync || last_page_needs_sync) { in cluster_io()
1753 if (first_page_needs_sync) { in cluster_io()