Lines Matching refs:mdsc
497 struct ceph_mds_client *mdsc = in ceph_destroy_inode() local
498 ceph_sb_to_client(ci->vfs_inode.i_sb)->mdsc; in ceph_destroy_inode()
505 ceph_put_snap_realm(mdsc, realm); in ceph_destroy_inode()
669 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode() local
688 new_cap = ceph_get_cap(mdsc, caps_reservation); in fill_inode()
914 ceph_put_cap(mdsc, new_cap); in fill_inode()
1721 struct ceph_mds_client *mdsc = ceph_sb_to_client(dentry->d_sb)->mdsc; in ceph_setattr() local
1735 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETATTR, in ceph_setattr()
1906 err = ceph_mdsc_do_request(mdsc, NULL, req); in ceph_setattr()
1928 struct ceph_mds_client *mdsc = fsc->mdsc; in __ceph_do_getattr() local
1942 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, USE_ANY_MDS); in __ceph_do_getattr()
1950 err = ceph_mdsc_do_request(mdsc, NULL, req); in __ceph_do_getattr()