Searched refs:__ceph_caps_revoking_other (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/ceph/ |
D | super.h | 746 extern int __ceph_caps_revoking_other(struct ceph_inode_info *ci,
|
D | inode.c | 1880 if (__ceph_caps_revoking_other(ci, NULL, CEPH_CAP_FILE_CACHE)) in ceph_do_invalidate_pages() 1905 if (__ceph_caps_revoking_other(ci, NULL, CEPH_CAP_FILE_CACHE)) in ceph_do_invalidate_pages()
|
D | caps.c | 937 int __ceph_caps_revoking_other(struct ceph_inode_info *ci, in __ceph_caps_revoking_other() function 958 ret = __ceph_caps_revoking_other(ci, NULL, mask); in ceph_caps_revoking() 3547 __ceph_caps_revoking_other(ci, cap, newcaps)) in handle_cap_grant()
|