Home
last modified time | relevance | path

Searched refs:mds_namespace (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/ceph/
Dsuper.c308 kfree(fsopt->mds_namespace); in ceph_parse_mount_param()
309 fsopt->mds_namespace = param->string; in ceph_parse_mount_param()
473 kfree(args->mds_namespace); in destroy_mount_options()
507 ret = strcmp_null(fsopt1->mds_namespace, fsopt2->mds_namespace); in compare_mount_options()
574 if (fsopt->mds_namespace) in ceph_show_options()
575 seq_show_option(m, "mds_namespace", fsopt->mds_namespace); in ceph_show_options()
657 if (!fsopt->mds_namespace) { in create_fs_client()
Dmds_client.c4854 const char *mds_namespace = fsc->mount_options->mds_namespace; in ceph_mdsc_handle_fsmap() local
4898 if (mds_namespace && in ceph_mdsc_handle_fsmap()
4899 strlen(mds_namespace) == namelen && in ceph_mdsc_handle_fsmap()
4900 !strncmp(mds_namespace, (char *)info_p, namelen)) { in ceph_mdsc_handle_fsmap()
Dsuper.h96 char *mds_namespace; /* default NULL */ member