Lines Matching defs:mdsc
185 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(sb);
193 req = ceph_mdsc_create_request(mdsc, op, want_auth);
284 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(inode->i_sb);
290 __ceph_touch_fmode(ci, mdsc, fmode);
325 err = ceph_mdsc_do_request(mdsc, NULL, req);
342 struct ceph_mds_client *mdsc = fsc->mdsc;
386 __ceph_touch_fmode(ci, mdsc, fmode);
398 __ceph_touch_fmode(ci, mdsc, fmode);
415 err = ceph_mdsc_do_request(mdsc, NULL, req);
515 static void ceph_async_create_cb(struct ceph_mds_client *mdsc,
581 struct ceph_mds_client *mdsc = ceph_sb_to_mdsc(dir->i_sb);
643 down_read(&mdsc->snap_rwsem);
646 up_read(&mdsc->snap_rwsem);
691 struct ceph_mds_client *mdsc = fsc->mdsc;
760 err = ceph_mdsc_submit_request(mdsc, dir, req);
778 err = ceph_mdsc_do_request(mdsc, (flags & O_CREAT) ? dir : NULL, req);
932 ceph_update_read_latency(&fsc->mdsc->metric,
1212 struct ceph_client_metric *metric = &fsc->mdsc->metric;
1507 ceph_update_write_latency(&fsc->mdsc->metric, req->r_start_latency,