Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c113 #define CL_COMMIT 0x08 macro
1382 if (flags & CL_COMMIT) { in cluster_io()
1412 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1536 if (!(flags & CL_COMMIT)) { in cluster_io()
1655 flags &= ~CL_COMMIT; in cluster_io()
1768 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2032 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2080 if (flags & CL_COMMIT) { in cluster_io()
2266 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2289 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]