Searched refs:ceph_take_cap_refs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ceph/ |
H A D | super.h | 1247 extern void ceph_take_cap_refs(struct ceph_inode_info *ci, int caps,
|
H A D | caps.c | 2700 void ceph_take_cap_refs(struct ceph_inode_info *ci, int got, in ceph_take_cap_refs() function 2843 ceph_take_cap_refs(ci, *got, true); in try_get_cap_refs() 3110 ceph_take_cap_refs(ci, caps, false); in ceph_get_cap_refs()
|
H A D | dir.c | 1260 ceph_take_cap_refs(ci, want, false); in get_caps_for_async_unlink()
|
H A D | file.c | 506 ceph_take_cap_refs(ci, want, false); in try_prep_async_create()
|
H A D | mds_client.c | 3494 ceph_take_cap_refs(ci, CEPH_CAP_PIN, false); in ceph_mdsc_submit_request()
|