Searched refs:mds_namespace (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ceph/ |
| H A D | super.c | 311 kfree(fsopt->mds_namespace); in ceph_parse_new_source() 312 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source() 313 if (!fsopt->mds_namespace) in ceph_parse_new_source() 315 dout("file system (mds namespace) '%s'\n", fsopt->mds_namespace); in ceph_parse_new_source() 433 kfree(fsopt->mds_namespace); in ceph_parse_mount_param() 434 fsopt->mds_namespace = param->string; in ceph_parse_mount_param() 629 kfree(args->mds_namespace); in destroy_mount_options() 665 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options() 737 if (fsopt->mds_namespace && !fsopt->new_dev_syntax) in ceph_show_options() 738 seq_show_option(m, "mds_namespace", fsopt->mds_namespace); in ceph_show_options() [all …]
|
| H A D | super.h | 100 char *mds_namespace; /* default NULL */ member 128 return !(fsopt->mds_namespace && in namespace_equals() 129 (strlen(fsopt->mds_namespace) != len || in namespace_equals() 130 strncmp(fsopt->mds_namespace, namespace, len))); in namespace_equals()
|
| H A D | mdsmap.c | 375 mdsc->fsc->mount_options->mds_namespace); in ceph_mdsmap_decode()
|
| H A D | mds_client.c | 6194 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap() local 6229 if (mds_namespace && in ceph_mdsc_handle_fsmap() 6230 strlen(mds_namespace) == namelen && in ceph_mdsc_handle_fsmap() 6231 !strncmp(mds_namespace, (char *)info_p, namelen)) { in ceph_mdsc_handle_fsmap()
|