Lines Matching refs:mdsc
49 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_put_super()
60 if (fsc->mdsc->mdsmap->m_num_data_pg_pools == 1) { in ceph_statfs()
61 data_pool = fsc->mdsc->mdsmap->m_data_pg_pools[0]; in ceph_statfs()
123 ceph_flush_dirty_caps(fsc->mdsc); in ceph_sync_fs()
130 ceph_mdsc_sync(fsc->mdsc); in ceph_sync_fs()
754 ceph_mdsc_handle_mdsmap(fsc->mdsc, msg); in extra_mon_dispatch()
757 ceph_mdsc_handle_fsmap(fsc->mdsc, msg); in extra_mon_dispatch()
974 ceph_mdsc_force_umount(fsc->mdsc); in __ceph_umount_begin()
1014 struct ceph_mds_client *mdsc = fsc->mdsc; in open_root_dentry() local
1021 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, USE_ANY_MDS); in open_root_dentry()
1036 err = ceph_mdsc_do_request(mdsc, NULL, req); in open_root_dentry()
1261 if (!ceph_mdsmap_is_cluster_available(fsc->mdsc->mdsmap)) { in ceph_get_tree()
1266 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_get_tree()
1374 ceph_mdsc_pre_umount(fsc->mdsc); in ceph_kill_sb()
1466 metric_schedule_delayed(&fsc->mdsc->metric); in param_set_metrics()