Lines Matching refs:mdsc
42 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_put_super()
54 if (fsc->mdsc->mdsmap->m_num_data_pg_pools == 1) { in ceph_statfs()
55 data_pool = fsc->mdsc->mdsmap->m_data_pg_pools[0]; in ceph_statfs()
115 ceph_flush_dirty_caps(fsc->mdsc); in ceph_sync_fs()
122 ceph_mdsc_sync(fsc->mdsc); in ceph_sync_fs()
593 ceph_mdsc_handle_mdsmap(fsc->mdsc, msg); in extra_mon_dispatch()
596 ceph_mdsc_handle_fsmap(fsc->mdsc, msg); in extra_mon_dispatch()
818 ceph_mdsc_force_umount(fsc->mdsc); in ceph_umount_begin()
842 struct ceph_mds_client *mdsc = fsc->mdsc; in open_root_dentry() local
849 req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_GETATTR, USE_ANY_MDS); in open_root_dentry()
864 err = ceph_mdsc_do_request(mdsc, NULL, req); in open_root_dentry()
1092 ceph_mdsc_close_sessions(fsc->mdsc); in ceph_mount()
1111 ceph_mdsc_pre_umount(fsc->mdsc); in ceph_kill_sb()