Searched refs:CHECK_CAPS_FLUSH (Results 1 – 3 of 3) sorted by relevance
1998 flags |= CHECK_CAPS_FLUSH; in ceph_check_caps()2058 (flags & CHECK_CAPS_FLUSH) ? " FLUSH" : "", in ceph_check_caps()2127 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()2194 if (flags & CHECK_CAPS_FLUSH && in ceph_check_caps()4569 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()2380 ceph_check_caps(ci, CHECK_CAPS_FLUSH); in ceph_write_iter()3012 ceph_check_caps(dst_ci, CHECK_CAPS_AUTHONLY | CHECK_CAPS_FLUSH); in __ceph_copy_file_range()
204 #define CHECK_CAPS_FLUSH 2 /* flush any dirty caps */ macro