Lines Matching defs:mdsc
126 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc;
142 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO,
154 err = ceph_mdsc_do_request(mdsc, NULL, req);
208 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc;
241 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO,
262 err = ceph_mdsc_do_request(mdsc, NULL, req);
320 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc;
326 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPPARENT,
347 err = ceph_mdsc_do_request(mdsc, NULL, req);
465 req = ceph_mdsc_create_request(fsc->mdsc, CEPH_MDS_OP_LSSNAP,
490 err = ceph_mdsc_do_request(fsc->mdsc, NULL, req);
537 struct ceph_mds_client *mdsc;
547 mdsc = ceph_inode_to_client(inode)->mdsc;
548 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPNAME,
561 err = ceph_mdsc_do_request(mdsc, NULL, req);