Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ceph/
Dsuper.h1187 extern void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps);
Dmds_client.c3099 ceph_get_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_submit_request()
3110 ceph_get_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_submit_request()
Dfile.c1437 ceph_get_cap_refs(ci, write ? CEPH_CAP_FILE_WR : in ceph_direct_read_write()
Dcaps.c3030 void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps) in ceph_get_cap_refs() function