Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_cluster.c118 #define CL_COMMIT 0x08 macro
1710 if (flags & CL_COMMIT) { in cluster_io()
1740 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1937 if (!(flags & CL_COMMIT)) { in cluster_io()
2056 flags &= ~CL_COMMIT; in cluster_io()
2168 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2435 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2484 if (flags & CL_COMMIT) { in cluster_io()
2670 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2693 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]