Home
last modified time | relevance | path

Searched refs:CHECK_CAPS_FLUSH (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/ceph/
Dcaps.c1919 flags |= CHECK_CAPS_FLUSH; in ceph_check_caps()
1983 (flags & CHECK_CAPS_FLUSH) ? " FLUSH" : ""); in ceph_check_caps()
2052 if ((flags & CHECK_CAPS_FLUSH) && ci->i_dirty_caps) { in ceph_check_caps()
2144 if (flags & CHECK_CAPS_FLUSH && in ceph_check_caps()
4243 ceph_check_caps(ci, CHECK_CAPS_FLUSH, NULL); in flush_dirty_session_caps()
Dsuper.h179 #define CHECK_CAPS_FLUSH 2 /* flush any dirty caps */ macro