Searched refs:ceph_put_cap_refs (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ceph/ |
D | file.c | 547 ceph_put_cap_refs(ci, CEPH_CAP_FILE_WR); in ceph_sync_write_unsafe() 857 ceph_put_cap_refs(ci, got); in ceph_read_iter() 1047 ceph_put_cap_refs(ci, got); in ceph_write_iter() 1322 ceph_put_cap_refs(ci, got); in ceph_fallocate()
|
D | addr.c | 1268 ceph_put_cap_refs(ci, got); in ceph_filemap_fault() 1400 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
|
D | super.h | 853 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
|
D | mds_client.c | 534 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request() 538 ceph_put_cap_refs(ceph_inode(req->r_locked_dir), CEPH_CAP_PIN); in ceph_mdsc_release_request() 551 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request()
|
D | caps.c | 2267 ceph_put_cap_refs(ci, _got); in ceph_get_caps() 2302 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
|