Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Daddr.c326 ceph_put_cap_refs(ci, got); in start_read()
406 ceph_put_cap_refs(ci, got); in start_read()
420 ceph_put_cap_refs(ci, got); in start_read()
1468 ceph_put_cap_refs(ci, got); in ceph_filemap_fault()
1608 ceph_put_cap_refs(ci, got); in ceph_page_mkwrite()
Dfile.c772 ceph_put_cap_refs(ci, (aio_req->write ? CEPH_CAP_FILE_WR : in ceph_aio_complete()
1305 ceph_put_cap_refs(ci, got); in ceph_read_iter()
1537 ceph_put_cap_refs(ci, got); in ceph_write_iter()
1810 ceph_put_cap_refs(ci, got); in ceph_fallocate()
Dsuper.h997 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.c2808 ceph_put_cap_refs(ci, _got); in ceph_get_caps()
2876 void ceph_put_cap_refs(struct ceph_inode_info *ci, int had) in ceph_put_cap_refs() function