Home
last modified time | relevance | path

Searched refs:__ceph_caps_used (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/ceph/
Dsuper.h636 extern int __ceph_caps_used(struct ceph_inode_info *ci);
645 int w = __ceph_caps_file_wanted(ci) | __ceph_caps_used(ci); in __ceph_caps_wanted()
Dcaps.c947 int __ceph_caps_used(struct ceph_inode_info *ci) in __ceph_caps_used() function
1845 used = __ceph_caps_used(ci); in ceph_check_caps()
2101 int used = __ceph_caps_used(ci); in try_flush_caps()
2315 false, __ceph_caps_used(ci), in __kick_flushing_caps()
3194 used = __ceph_caps_used(ci); in handle_cap_grant()
4101 used = __ceph_caps_used(ci); in ceph_encode_inode_release()
Dsnap.c472 used = __ceph_caps_used(ci); in ceph_queue_cap_snap()
Dmds_client.c1550 used = __ceph_caps_used(ci); in trim_caps_cb()