Searched refs:ceph_put_cap_refs (Results 1 – 4 of 4) sorted by relevance
/fs/ceph/ |
D | file.c | 448 ceph_put_cap_refs(ci, CEPH_CAP_FILE_WR); in sync_write_commit() 589 ceph_put_cap_refs(ci, CEPH_CAP_FILE_WR); in ceph_sync_write() 667 ceph_put_cap_refs(ci, got); in ceph_aio_read() 749 ceph_put_cap_refs(ci, got); in ceph_aio_write() 778 ceph_put_cap_refs(ci, got); in ceph_aio_write()
|
D | super.h | 768 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
D | mds_client.c | 487 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 491 ceph_put_cap_refs(ceph_inode(req->r_locked_dir), CEPH_CAP_PIN); in ceph_mdsc_release_request() 503 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request()
|
D | caps.c | 2160 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|