Lines Matching defs:mdsc
125 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc;
141 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO,
153 err = ceph_mdsc_do_request(mdsc, NULL, req);
201 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc;
229 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPINO,
250 err = ceph_mdsc_do_request(mdsc, NULL, req);
307 struct ceph_mds_client *mdsc = ceph_sb_to_client(sb)->mdsc;
313 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPPARENT,
334 err = ceph_mdsc_do_request(mdsc, NULL, req);
452 req = ceph_mdsc_create_request(fsc->mdsc, CEPH_MDS_OP_LSSNAP,
477 err = ceph_mdsc_do_request(fsc->mdsc, NULL, req);
524 struct ceph_mds_client *mdsc;
532 mdsc = ceph_inode_to_client(inode)->mdsc;
533 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_LOOKUPNAME,
546 err = ceph_mdsc_do_request(mdsc, NULL, req);