Searched refs:ceph_put_cap_refs (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/ceph/ |
| D | file.c | 784 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete() 1326 ceph_put_cap_refs(ci, got); in ceph_read_iter() 1564 ceph_put_cap_refs(ci, got); in ceph_write_iter() 1838 ceph_put_cap_refs(ci, got); in ceph_fallocate() 1873 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 1885 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps() 1895 ceph_put_cap_refs(src_ci, src_got); in put_rd_wr_caps() 1896 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
|
| D | addr.c | 339 ceph_put_cap_refs(ci, got); in start_read() 418 ceph_put_cap_refs(ci, got); in start_read() 432 ceph_put_cap_refs(ci, got); in start_read() 1467 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1606 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
|
| D | super.h | 1059 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
| D | caps.c | 2788 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2818 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2886 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|
| D | mds_client.c | 707 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 712 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request() 725 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request()
|