Lines Matching refs:CL_COMMIT
113 #define CL_COMMIT 0x08 macro
1403 if (flags & CL_COMMIT) { in cluster_io()
1433 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1593 if (!(flags & CL_COMMIT)) { in cluster_io()
1712 flags &= ~CL_COMMIT; in cluster_io()
1825 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2089 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2138 if (flags & CL_COMMIT) { in cluster_io()
2324 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2347 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2360 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2376 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2412 local_flags |= CL_COMMIT; in cluster_pagein_ext()
2433 if (local_flags & CL_COMMIT) { in cluster_pagein_ext()
2453 if (size > rounded_size && (local_flags & CL_COMMIT)) { in cluster_pagein_ext()
2716 io_flag = CL_ASYNC | CL_PRESERVE | CL_COMMIT | CL_THROTTLE | CL_DIRECT_IO; in cluster_write_direct()
4853 io_flag = CL_COMMIT | CL_READ | CL_ASYNC | CL_NOZERO | CL_DIRECT_IO; in cluster_read_direct()
5878 …CL_ASYNC | CL_READ | CL_COMMIT | CL_AGE | bflag, (buf_t)NULL, (struct clios *)NULL, callback, call… in advisory_read_ext()
6479 io_flags = CL_THROTTLE | CL_COMMIT | CL_AGE | bflag; in cluster_push_now()