Searched refs:ceph_put_cap (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/ceph/ |
D | super.h | 871 extern void ceph_put_cap(struct ceph_mds_client *mdsc,
|
D | caps.c | 262 void ceph_put_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap) in ceph_put_cap() function 970 ceph_put_cap(mdsc, cap); in __ceph_remove_cap() 3298 ceph_put_cap(mdsc, new_cap); in handle_cap_export() 3349 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
|
D | mds_client.c | 1038 ceph_put_cap(mdsc, cap); in cleanup_cap_releases() 1104 ceph_put_cap(session->s_mdsc, old_cap); in iterate_session_caps() 1138 ceph_put_cap(session->s_mdsc, old_cap); in iterate_session_caps() 1626 ceph_put_cap(mdsc, cap); in ceph_send_cap_releases()
|
D | inode.c | 919 ceph_put_cap(mdsc, new_cap); in fill_inode()
|