Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dfile.c610 ceph_put_cap_refs(ci, CEPH_CAP_FILE_WR); in ceph_sync_write_unsafe()
918 ceph_put_cap_refs(ci, got); in ceph_read_iter()
1137 ceph_put_cap_refs(ci, got); in ceph_write_iter()
1419 ceph_put_cap_refs(ci, got); in ceph_fallocate()
Dsuper.h887 extern void ceph_put_cap_refs(struct ceph_inode_info *ci, int had);
Daddr.c1273 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
1412 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
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.c2516 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2578 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function