Lines Matching refs:mdsc
47 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_put_super()
59 if (fsc->mdsc->mdsmap->m_num_data_pg_pools == 1) { in ceph_statfs()
60 data_pool = fsc->mdsc->mdsmap->m_data_pg_pools[0]; in ceph_statfs()
118 ceph_flush_dirty_caps(fsc->mdsc); in ceph_sync_fs()
125 ceph_mdsc_sync(fsc->mdsc); in ceph_sync_fs()
620 ceph_mdsc_handle_mdsmap(fsc->mdsc, msg); in extra_mon_dispatch()
623 ceph_mdsc_handle_fsmap(fsc->mdsc, msg); in extra_mon_dispatch()
847 ceph_mdsc_force_umount(fsc->mdsc); in ceph_umount_begin()
872 struct ceph_mds_client *mdsc = fsc->mdsc; in open_root_dentry() local
879 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, USE_ANY_MDS); in open_root_dentry()
894 err = ceph_mdsc_do_request(mdsc, NULL, req); in open_root_dentry()
1104 if (!ceph_mdsmap_is_cluster_available(fsc->mdsc->mdsmap)) { in ceph_get_tree()
1109 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_get_tree()
1210 ceph_mdsc_pre_umount(fsc->mdsc); in ceph_kill_sb()
1301 metric_schedule_delayed(&fsc->mdsc->metric); in param_set_metrics()