Searched refs:ceph_put_cap_refs (Results 1 – 5 of 5) sorted by relevance
/fs/ceph/ |
D | file.c | 787 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete() 1330 ceph_put_cap_refs(ci, got); in ceph_read_iter() 1580 ceph_put_cap_refs(ci, got); in ceph_write_iter() 1597 ceph_put_cap_refs(ci, got); in ceph_write_iter() 1857 ceph_put_cap_refs(ci, got); in ceph_fallocate() 1892 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 1904 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps() 1914 ceph_put_cap_refs(src_ci, src_got); in put_rd_wr_caps() 1915 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
|
D | addr.c | 331 ceph_put_cap_refs(ci, got); in start_read() 410 ceph_put_cap_refs(ci, got); in start_read() 424 ceph_put_cap_refs(ci, got); in start_read() 1459 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1598 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
|
D | super.h | 1056 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
D | caps.c | 2831 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2861 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2929 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() 727 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request()
|