Searched refs:__ceph_caps_revoking_other (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | super.h | 789 extern int __ceph_caps_revoking_other(struct ceph_inode_info *ci,
|
H A D | inode.c | 2119 if (__ceph_caps_revoking_other(ci, NULL, CEPH_CAP_FILE_CACHE)) in ceph_do_invalidate_pages() 2144 if (__ceph_caps_revoking_other(ci, NULL, CEPH_CAP_FILE_CACHE)) in ceph_do_invalidate_pages()
|
H A D | caps.c | 939 int __ceph_caps_revoking_other(struct ceph_inode_info *ci, in __ceph_caps_revoking_other() function 960 ret = __ceph_caps_revoking_other(ci, NULL, mask); in ceph_caps_revoking() 3649 __ceph_caps_revoking_other(ci, cap, newcaps)) in handle_cap_grant()
|