Searched refs:ceph_put_cap_refs (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ceph/ |
D | addr.c | 334 ceph_put_cap_refs(ci, got); in start_read() 414 ceph_put_cap_refs(ci, got); in start_read() 428 ceph_put_cap_refs(ci, got); in start_read() 1475 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1615 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
|
D | file.c | 768 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete() 1301 ceph_put_cap_refs(ci, got); in ceph_read_iter() 1526 ceph_put_cap_refs(ci, got); in ceph_write_iter() 1825 ceph_put_cap_refs(ci, got); in ceph_fallocate()
|
D | super.h | 991 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
D | mds_client.c | 571 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 575 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request() 588 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request()
|
D | caps.c | 2768 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2836 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|