Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c1344 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete()
2235 ceph_put_cap_refs(ci, got); in ceph_read_iter()
2355 ceph_put_cap_refs(ci, got); in ceph_splice_read()
2371 ceph_put_cap_refs(ci, got); in ceph_splice_read()
2544 ceph_put_cap_refs(ci, got); in ceph_write_iter()
2561 ceph_put_cap_refs(ci, got); in ceph_write_iter()
2802 ceph_put_cap_refs(ci, got); in ceph_fallocate()
2837 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps()
2849 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got); in get_rd_wr_caps()
2859 ceph_put_cap_refs(src_ci, src_got); in put_rd_wr_caps()
[all …]
H A Dioctl.c325 ceph_put_cap_refs(ci, got); in ceph_set_encryption_policy()
H A Daddr.c523 ceph_put_cap_refs(ceph_inode(inode), got); in ceph_init_request()
538 ceph_put_cap_refs(ceph_inode(rreq->inode), priv->caps); in ceph_netfs_free_request()
2008 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
H A Dsuper.h1288 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
H A Dmds_client.c1145 ceph_put_cap_refs(ceph_inode(req->r_inode), CEPH_CAP_PIN); in ceph_mdsc_release_request()
1149 ceph_put_cap_refs(ceph_inode(req->r_parent), CEPH_CAP_PIN); in ceph_mdsc_release_request()
1165 ceph_put_cap_refs(ceph_inode(req->r_old_dentry_dir), in ceph_mdsc_release_request()
3087 ceph_put_cap_refs(ceph_inode(old_parent), CEPH_CAP_PIN); in create_request_message()
4522 ceph_put_cap_refs(ceph_inode(req->r_parent), dcaps); in ceph_mdsc_release_dir_caps()
H A Dcaps.c3113 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3153 ceph_put_cap_refs(ci, _got); in __ceph_get_caps()
3326 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function
H A Ddir.c1331 ceph_put_cap_refs(ci, got); in get_caps_for_async_unlink()
H A Dinode.c2559 ceph_put_cap_refs(ci, got); in fill_fscrypt_truncate()