Searched refs:mds_namespace (Results 1 – 3 of 3) sorted by relevance
258 return !(fsopt->mds_namespace && in namespace_equals()259 (strlen(fsopt->mds_namespace) != len || in namespace_equals()260 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()321 kfree(fsopt->mds_namespace); in ceph_parse_new_source()323 if (!fsopt->mds_namespace) in ceph_parse_new_source()443 kfree(fsopt->mds_namespace); in ceph_parse_mount_param()444 fsopt->mds_namespace = param->string; in ceph_parse_mount_param()639 kfree(args->mds_namespace); in destroy_mount_options()675 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()747 if (fsopt->mds_namespace && !fsopt->new_dev_syntax) in ceph_show_options()[all …]
100 char *mds_namespace; /* default NULL */ member
6057 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap() local6092 if (mds_namespace && in ceph_mdsc_handle_fsmap()6093 strlen(mds_namespace) == namelen && in ceph_mdsc_handle_fsmap()6094 !strncmp(mds_namespace, (char *)info_p, namelen)) { in ceph_mdsc_handle_fsmap()
Completed in 20 milliseconds