Lines Matching refs:mdsc
554 struct ceph_mds_client *mdsc = in ceph_evict_inode() local
555 ceph_inode_to_client(inode)->mdsc; in ceph_evict_inode()
566 ceph_put_snap_realm(mdsc, realm); in ceph_evict_inode()
568 ceph_put_snapid_map(mdsc, ci->i_snapid_map); in ceph_evict_inode()
735 struct ceph_mds_client *mdsc = ceph_inode_to_client(inode)->mdsc; in fill_inode() local
758 new_cap = ceph_get_cap(mdsc, caps_reservation); in fill_inode()
777 ci->i_snapid_map = ceph_get_snapid_map(mdsc, ceph_snap(inode)); in fill_inode()
1032 ceph_put_cap(mdsc, new_cap); in fill_inode()
1995 struct ceph_mds_client *mdsc = ceph_sb_to_client(inode->i_sb)->mdsc; in __ceph_setattr() local
2008 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETATTR, in __ceph_setattr()
2021 if (!down_read_trylock(&mdsc->snap_rwsem)) { in __ceph_setattr()
2023 down_read(&mdsc->snap_rwsem); in __ceph_setattr()
2177 up_read(&mdsc->snap_rwsem); in __ceph_setattr()
2190 err = ceph_mdsc_do_request(mdsc, NULL, req); in __ceph_setattr()
2244 struct ceph_mds_client *mdsc = fsc->mdsc; in __ceph_do_getattr() local
2260 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, mode); in __ceph_do_getattr()
2268 err = ceph_mdsc_do_request(mdsc, NULL, req); in __ceph_do_getattr()