Searched refs:ceph_put_cap (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/ceph/ |
D | super.h | 975 extern void ceph_put_cap(struct ceph_mds_client *mdsc,
|
D | caps.c | 361 void ceph_put_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap) in ceph_put_cap() function 1095 ceph_put_cap(mdsc, cap); in __ceph_remove_cap() 3635 ceph_put_cap(mdsc, new_cap); in handle_cap_export() 3686 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
|
D | mds_client.c | 1123 ceph_put_cap(mdsc, cap); in dispose_cap_releases() 1188 ceph_put_cap(session->s_mdsc, old_cap); in iterate_session_caps() 1222 ceph_put_cap(session->s_mdsc, old_cap); in iterate_session_caps() 1722 ceph_put_cap(mdsc, cap); in ceph_send_cap_releases()
|
D | inode.c | 1019 ceph_put_cap(mdsc, new_cap); in fill_inode()
|