Searched refs:CHECK_CAPS_FLUSH (Results 1 – 3 of 3) sorted by relevance
1994 flags |= CHECK_CAPS_FLUSH; in ceph_check_caps()2054 (flags & CHECK_CAPS_FLUSH) ? " FLUSH" : "", in ceph_check_caps()2123 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()2190 if (flags & CHECK_CAPS_FLUSH && in ceph_check_caps()4565 ceph_check_caps(ci, CHECK_CAPS_FLUSH); in flush_dirty_session_caps()
554 ceph_check_caps(ci, CHECK_CAPS_FLUSH); in wake_async_create_waiters()2374 ceph_check_caps(ci, CHECK_CAPS_FLUSH); in ceph_write_iter()3006 ceph_check_caps(dst_ci, CHECK_CAPS_AUTHONLY | CHECK_CAPS_FLUSH); in __ceph_copy_file_range()
203 #define CHECK_CAPS_FLUSH 2 /* flush any dirty caps */ macro