Home
last modified time | relevance | path

Searched refs:ceph_get_cap_refs (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ceph/
H A Dsuper.h1276 extern void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps);
H A Dmds_client.c3043 ceph_get_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in create_request_message()
3709 ceph_get_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_submit_request()
3720 ceph_get_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_submit_request()
H A Dfile.c1669 ceph_get_cap_refs(ci, write ? CEPH_CAP_FILE_WR : in ceph_direct_read_write()
H A Dcaps.c3186 void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps) in ceph_get_cap_refs() function