Searched refs:mds_namespace (Results 1 – 3 of 3) sorted by relevance
216 fsopt->mds_namespace = kstrndup(argstr[0].from, in parse_fsopt_token()219 if (!fsopt->mds_namespace) in parse_fsopt_token()308 kfree(args->mds_namespace); in destroy_mount_options()340 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()480 if (fsopt->mds_namespace) in ceph_show_options()481 seq_printf(m, ",mds_namespace=%s", fsopt->mds_namespace); in ceph_show_options()557 if (fsopt->mds_namespace == NULL) { in create_fs_client()
3735 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap() local3779 if (mds_namespace && in ceph_mdsc_handle_fsmap()3780 strlen(mds_namespace) == namelen && in ceph_mdsc_handle_fsmap()3781 !strncmp(mds_namespace, (char *)info_p, namelen)) { in ceph_mdsc_handle_fsmap()
72 char *mds_namespace; /* default NULL */ member