Searched refs:ceph_put_cap (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/ceph/ |
D | caps.c | 387 void ceph_put_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap) in ceph_put_cap() function 1197 ceph_put_cap(mdsc, cap); in __ceph_remove_cap() 4205 ceph_put_cap(mdsc, new_cap); in handle_cap_export() 4255 ceph_put_cap(mdsc, new_cap); in handle_cap_import()
|
D | super.h | 1231 extern void ceph_put_cap(struct ceph_mds_client *mdsc,
|
D | mds_client.c | 1782 ceph_put_cap(mdsc, cap); in dispose_cap_releases() 1856 ceph_put_cap(session->s_mdsc, old_cap); in ceph_iterate_session_caps() 1887 ceph_put_cap(session->s_mdsc, old_cap); in ceph_iterate_session_caps() 2368 ceph_put_cap(mdsc, cap); in ceph_send_cap_releases()
|
D | inode.c | 1332 ceph_put_cap(mdsc, new_cap); in ceph_fill_inode()
|