Searched refs:ceph_put_cap_refs (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/ceph/ |
D | file.c | 1014 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete() 1578 ceph_put_cap_refs(ci, got); in ceph_read_iter() 1828 ceph_put_cap_refs(ci, got); in ceph_write_iter() 2103 ceph_put_cap_refs(ci, got); in ceph_fallocate() 2138 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 2150 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps() 2160 ceph_put_cap_refs(src_ci, src_got); in put_rd_wr_caps() 2161 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
|
D | addr.c | 359 ceph_put_cap_refs(ci, got); in start_read() 438 ceph_put_cap_refs(ci, got); in start_read() 452 ceph_put_cap_refs(ci, got); in start_read() 1511 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1665 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
|
D | super.h | 1107 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
D | mds_client.c | 814 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 819 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request() 834 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request() 3488 ceph_put_cap_refs(ceph_inode(req->r_parent), dcaps); in ceph_mdsc_release_dir_caps()
|
D | caps.c | 2922 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2962 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 3098 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|
D | dir.c | 1111 ceph_put_cap_refs(ci, got); in get_caps_for_async_unlink()
|