Lines Matching refs:mds_namespace
247 return !(fsopt->mds_namespace && in namespace_equals()
248 (strlen(fsopt->mds_namespace) != len || in namespace_equals()
249 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()
302 kfree(fsopt->mds_namespace); in ceph_parse_new_source()
303 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()
304 if (!fsopt->mds_namespace) in ceph_parse_new_source()
306 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source()
422 kfree(fsopt->mds_namespace); in ceph_parse_mount_param()
423 fsopt->mds_namespace = param->string; in ceph_parse_mount_param()
595 kfree(args->mds_namespace); in destroy_mount_options()
630 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()
702 if (fsopt->mds_namespace && !fsopt->new_dev_syntax) in ceph_show_options()
703 seq_show_option(m, "mds_namespace", fsopt->mds_namespace); in ceph_show_options()
791 if (!fsopt->mds_namespace) { in create_fs_client()