Lines Matching refs:mds_namespace
254 return !(fsopt->mds_namespace && in namespace_equals()
255 (strlen(fsopt->mds_namespace) != len || in namespace_equals()
256 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()
309 kfree(fsopt->mds_namespace); in ceph_parse_new_source()
310 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()
311 if (!fsopt->mds_namespace) in ceph_parse_new_source()
313 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source()
429 kfree(fsopt->mds_namespace); in ceph_parse_mount_param()
430 fsopt->mds_namespace = param->string; in ceph_parse_mount_param()
625 kfree(args->mds_namespace); in destroy_mount_options()
661 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()
733 if (fsopt->mds_namespace && !fsopt->new_dev_syntax) in ceph_show_options()
734 seq_show_option(m, "mds_namespace", fsopt->mds_namespace); in ceph_show_options()
825 if (!fsopt->mds_namespace) { in create_fs_client()