Searched refs:ceph_put_cap_refs (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 1051 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete() 1615 ceph_put_cap_refs(ci, got); in ceph_read_iter() 1865 ceph_put_cap_refs(ci, got); in ceph_write_iter() 1882 ceph_put_cap_refs(ci, got); in ceph_write_iter() 2142 ceph_put_cap_refs(ci, got); in ceph_fallocate() 2177 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 2189 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps() 2199 ceph_put_cap_refs(src_ci, src_got); in put_rd_wr_caps() 2200 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
|
H A D | addr.c | 351 ceph_put_cap_refs(ci, got); in start_read() 430 ceph_put_cap_refs(ci, got); in start_read() 444 ceph_put_cap_refs(ci, got); in start_read() 1531 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1685 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
|
H A D | super.h | 1128 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
H A D | mds_client.c | 851 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 856 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request() 871 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request() 3558 ceph_put_cap_refs(ceph_inode(req->r_parent), dcaps); in ceph_mdsc_release_dir_caps()
|
H A D | caps.c | 3015 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 3055 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 3193 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|
H A D | dir.c | 1120 ceph_put_cap_refs(ci, got); in get_caps_for_async_unlink()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 1229 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete() 2080 ceph_put_cap_refs(ci, got); in ceph_read_iter() 2196 ceph_put_cap_refs(ci, got); in ceph_splice_read() 2212 ceph_put_cap_refs(ci, got); in ceph_splice_read() 2383 ceph_put_cap_refs(ci, got); in ceph_write_iter() 2400 ceph_put_cap_refs(ci, got); in ceph_write_iter() 2625 ceph_put_cap_refs(ci, got); in ceph_fallocate() 2660 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 2672 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps() 2682 ceph_put_cap_refs(src_c in put_rd_wr_caps() [all...] |
H A D | ioctl.c | 315 ceph_put_cap_refs(ci, got); in ceph_set_encryption_policy()
|
H A D | addr.c | 501 ceph_put_cap_refs(ceph_inode(rreq->inode), priv->caps); in ceph_netfs_free_request() 1627 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
|
H A D | mds_client.c | 1092 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 1096 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request() 1112 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request() 4124 ceph_put_cap_refs(ceph_inode(req->r_parent), dcaps); in ceph_mdsc_release_dir_caps()
|
H A D | super.h | 1248 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
H A D | caps.c | 3031 ceph_put_cap_refs(ci, _got); in __ceph_get_caps() 3071 ceph_put_cap_refs(ci, _got); in __ceph_get_caps() 3242 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|
H A D | dir.c | 1284 ceph_put_cap_refs(ci, got); in get_caps_for_async_unlink()
|
H A D | inode.c | 2414 ceph_put_cap_refs(ci, got); in fill_fscrypt_truncate()
|
Completed in 48 milliseconds