Searched refs:m_fs_name (Results 1 – 3 of 3) sorted by relevance
362 m->m_fs_name = ceph_extract_encoded_string(p, end, in ceph_mdsmap_decode()365 if (IS_ERR(m->m_fs_name)) { in ceph_mdsmap_decode()366 m->m_fs_name = NULL; in ceph_mdsmap_decode()371 if (!namespace_equals(mdsc->fsc->mount_options, m->m_fs_name, in ceph_mdsmap_decode()374 m->m_fs_name, in ceph_mdsmap_decode()380 m->m_fs_name = kstrdup(CEPH_OLD_FS_NAME, GFP_NOFS); in ceph_mdsmap_decode()381 if (!m->m_fs_name) in ceph_mdsmap_decode()444 kfree(m->m_fs_name); in ceph_mdsmap_destroy()
48 char *m_fs_name; member
5676 const char *fs_name = mdsc->mdsmap->m_fs_name; in ceph_mds_auth_match()