Lines Matching refs:mdsc
128 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __lookup_inode() local
144 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO, in __lookup_inode()
156 err = ceph_mdsc_do_request(mdsc, NULL, req); in __lookup_inode()
210 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __snapfh_to_dentry() local
211 struct ceph_client *cl = mdsc->fsc->client; in __snapfh_to_dentry()
244 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO, in __snapfh_to_dentry()
265 err = ceph_mdsc_do_request(mdsc, NULL, req); in __snapfh_to_dentry()
321 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(sb)->mdsc; in __get_parent() local
327 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPPARENT, in __get_parent()
348 err = ceph_mdsc_do_request(mdsc, NULL, req); in __get_parent()
474 req = ceph_mdsc_create_request(fsc->mdsc, CEPH_MDS_OP_LSSNAP, in __get_snap_name()
499 err = ceph_mdsc_do_request(fsc->mdsc, NULL, req); in __get_snap_name()
546 struct ceph_mds_client *mdsc; in ceph_get_name() local
556 mdsc = ceph_inode_to_fs_client(inode)->mdsc; in ceph_get_name()
557 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPNAME, in ceph_get_name()
570 err = ceph_mdsc_do_request(mdsc, NULL, req); in ceph_get_name()
600 doutc(mdsc->fsc->client, "child dentry %p %p %llx.%llx err %d %s%s\n", in ceph_get_name()