Lines Matching refs:CL_COMMIT
117 #define CL_COMMIT 0x08 macro
1632 if (flags & CL_COMMIT) { in cluster_io()
1662 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1842 if (!(flags & CL_COMMIT)) { in cluster_io()
1961 flags &= ~CL_COMMIT; in cluster_io()
2073 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2337 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2386 if (flags & CL_COMMIT) { in cluster_io()
2572 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2595 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2608 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2624 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2660 local_flags |= CL_COMMIT; in cluster_pagein_ext()
2681 if (local_flags & CL_COMMIT) { in cluster_pagein_ext()
2701 if (size > rounded_size && (local_flags & CL_COMMIT)) { in cluster_pagein_ext()
2964 io_flag = CL_ASYNC | CL_PRESERVE | CL_COMMIT | CL_THROTTLE | CL_DIRECT_IO; in cluster_write_direct()
5124 io_flag = CL_COMMIT | CL_READ | CL_ASYNC | CL_NOZERO | CL_DIRECT_IO; in cluster_read_direct()
6156 …CL_ASYNC | CL_READ | CL_COMMIT | CL_AGE | bflag, (buf_t)NULL, (struct clios *)NULL, callback, call… in advisory_read_ext()
6757 io_flags = CL_THROTTLE | CL_COMMIT | CL_AGE | bflag; in cluster_push_now()