Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c117 #define CL_COMMIT 0x08 macro
1632 if (flags & CL_COMMIT) { in cluster_io()
1662 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1842 if (!(flags & CL_COMMIT)) { in cluster_io()
1961 flags &= ~CL_COMMIT; in cluster_io()
2073 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2337 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2386 if (flags & CL_COMMIT) { in cluster_io()
2572 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2595 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]