Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c117 #define CL_COMMIT 0x08 macro
1639 if (flags & CL_COMMIT) { in cluster_io()
1669 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1849 if (!(flags & CL_COMMIT)) { in cluster_io()
1968 flags &= ~CL_COMMIT; in cluster_io()
2080 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2344 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2393 if (flags & CL_COMMIT) { in cluster_io()
2579 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2602 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
[all …]