Lines Matching refs:fsc

382 				s->s_mdsc->fsc->client->monc.auth,  in ceph_put_mds_session()
443 ceph_con_init(&s->s_con, s, &mds_con_ops, &mdsc->fsc->client->msgr); in register_session()
741 if (dir->i_sb != mdsc->fsc->sb) { in __choose_mds()
864 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
1222 struct super_block *sb = session->s_mdsc->fsc->sb; in remove_session_caps()
1667 struct ceph_mount_options *opt = req->r_mdsc->fsc->mount_options; in ceph_alloc_readdir_reply_buffer()
2161 if (ACCESS_ONCE(mdsc->fsc->mount_state) == CEPH_MOUNT_SHUTDOWN) { in __do_request()
2527 err = ceph_fill_trace(mdsc->fsc->sb, req, req->r_session); in handle_reply()
2954 if (mdsc->fsc->sb->s_root) in send_mds_reconnect()
2955 shrink_dcache_parent(mdsc->fsc->sb->s_root); in send_mds_reconnect()
3158 struct super_block *sb = mdsc->fsc->sb; in handle_lease()
3430 int ceph_mdsc_init(struct ceph_fs_client *fsc) in ceph_mdsc_init() argument
3438 mdsc->fsc = fsc; in ceph_mdsc_init()
3439 fsc->mdsc = mdsc; in ceph_mdsc_init()
3479 ceph_adjust_min_caps(mdsc, fsc->min_caps); in ceph_mdsc_init()
3493 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests()
3586 if (ACCESS_ONCE(mdsc->fsc->mount_state) == CEPH_MOUNT_SHUTDOWN) in ceph_mdsc_sync()
3615 if (ACCESS_ONCE(mdsc->fsc->mount_state) == CEPH_MOUNT_SHUTDOWN) in done_closing_sessions()
3625 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
3713 void ceph_mdsc_destroy(struct ceph_fs_client *fsc) in ceph_mdsc_destroy() argument
3715 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mdsc_destroy()
3723 fsc->mdsc = NULL; in ceph_mdsc_destroy()
3744 if (ceph_check_fsid(mdsc->fsc->client, &fsid) < 0) in ceph_mdsc_handle_map()
3751 ceph_monc_got_mdsmap(&mdsc->fsc->client->monc, epoch); in ceph_mdsc_handle_map()
3775 mdsc->fsc->sb->s_maxbytes = mdsc->mdsmap->m_max_file_size; in ceph_mdsc_handle_map()
3880 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer()
3908 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply()
3917 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer()
3921 return ceph_monc_validate_auth(&mdsc->fsc->client->monc); in invalidate_authorizer()