Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ceph/
Dfile.c547 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()
Daddr.c1268 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
1400 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
Dsuper.h853 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
Dmds_client.c534 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()
Dcaps.c2267 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