Searched refs:ceph_get_cap_refs (Results 1 – 4 of 4) sorted by relevance
890 extern void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps);
810 ceph_get_cap_refs(ci, CEPH_CAP_FILE_WR); in ceph_sync_write_unsafe()1046 ceph_get_cap_refs(ci, write ? CEPH_CAP_FILE_WR : in ceph_direct_read_write()
2282 ceph_get_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_do_request()2284 ceph_get_cap_refs(ceph_inode(req->r_locked_dir), CEPH_CAP_PIN); in ceph_mdsc_do_request()2286 ceph_get_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_do_request()
2607 void ceph_get_cap_refs(struct ceph_inode_info *ci, int caps) in ceph_get_cap_refs() function