Searched refs:ceph_take_cap_refs (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ceph/ |
H A D | super.h | 1248 extern void ceph_take_cap_refs(struct ceph_inode_info *ci, int caps,
|
H A D | caps.c | 2775 void ceph_take_cap_refs(struct ceph_inode_info *ci, int got, in ceph_take_cap_refs() function 2925 ceph_take_cap_refs(ci, *got, true); in try_get_cap_refs() 3202 ceph_take_cap_refs(ci, caps, false); in ceph_get_cap_refs()
|
H A D | dir.c | 1299 ceph_take_cap_refs(ci, want, false); in get_caps_for_async_unlink()
|
H A D | mds_client.c | 3658 ceph_take_cap_refs(ci, CEPH_CAP_PIN, false); in ceph_mdsc_submit_request()
|