Lines Matching refs:CL_COMMIT
118 #define CL_COMMIT 0x08 macro
1645 if (flags & CL_COMMIT) { in cluster_io()
1675 assert(ISSET(flags, CL_COMMIT)); in cluster_io()
1872 if (!(flags & CL_COMMIT)) { in cluster_io()
1991 flags &= ~CL_COMMIT; in cluster_io()
2103 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2367 if (ISSET(flags, CL_COMMIT)) { in cluster_io()
2416 if (flags & CL_COMMIT) { in cluster_io()
2602 local_flags |= CL_COMMIT; in cluster_pageout_ext()
2625 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2638 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2654 if (local_flags & CL_COMMIT) { in cluster_pageout_ext()
2690 local_flags |= CL_COMMIT; in cluster_pagein_ext()
2711 if (local_flags & CL_COMMIT) { in cluster_pagein_ext()
2731 if (size > rounded_size && (local_flags & CL_COMMIT)) { in cluster_pagein_ext()
3003 io_flag = CL_ASYNC | CL_PRESERVE | CL_COMMIT | CL_THROTTLE | CL_DIRECT_IO; in cluster_write_direct()
5214 io_flag = CL_COMMIT | CL_READ | CL_ASYNC | CL_NOZERO | CL_DIRECT_IO; in cluster_read_direct()
6246 …CL_ASYNC | CL_READ | CL_COMMIT | CL_AGE | bflag, (buf_t)NULL, (struct clios *)NULL, callback, call… in advisory_read_ext()
6847 io_flags = CL_THROTTLE | CL_COMMIT | CL_AGE | bflag; in cluster_push_now()