Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcaps.c2059 (flags & CHECK_CAPS_NOINVAL) ? " NOINVAL" : ""); in ceph_check_caps()
2066 if ((!(flags & CHECK_CAPS_NOINVAL) || mdsc->stopping) && in ceph_check_caps()
3718 ceph_check_caps(ci, CHECK_CAPS_AUTHONLY | CHECK_CAPS_NOINVAL); in handle_cap_grant()
3720 ceph_check_caps(ci, CHECK_CAPS_NOINVAL); in handle_cap_grant()
H A Dsuper.h205 #define CHECK_CAPS_NOINVAL 4 /* don't invalidate pagecache */ macro