Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c118 #define CL_COMMIT 0x08 macro
1713 if (flags & CL_COMMIT) { in cluster_io()
1743 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1940 if (!(flags & CL_COMMIT)) { in cluster_io()
2059 flags &= ~CL_COMMIT; in cluster_io()
2171 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2438 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2487 if (flags & CL_COMMIT) { in cluster_io()
2673 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2696 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]