Home
last modified time | relevance | path

Searched refs:ceph_put_cap_refs (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/ceph/
Daddr.c334 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()
Dfile.c768 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()
Dsuper.h991 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
Dmds_client.c571 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()
Dcaps.c2768 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