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

/linux-master/fs/ceph/
H A Dsuper.c201 fsparam_string ("mds_namespace", Opt_mds_namespace),
251 * ->mds_namespace is NULL) is treated specially, since
252 * ->mds_namespace needs to be initialized by the caller.
257 return !(fsopt->mds_namespace &&
258 (strlen(fsopt->mds_namespace) != len ||
259 strncmp(fsopt->mds_namespace, namespace, len)));
311 return invalfc(fc, "Mismatching mds_namespace");
312 kfree(fsopt->mds_namespace);
313 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL);
314 if (!fsopt->mds_namespace)
[all...]
H A Dsuper.h100 char *mds_namespace; /* default NULL */ member in struct:ceph_mount_options
H A Dmds_client.c5773 const char *mds_namespace = fsc->mount_options->mds_namespace; local
5808 if (mds_namespace &&
5809 strlen(mds_namespace) == namelen &&
5810 !strncmp(mds_namespace, (char *)info_p, namelen)) {

Completed in 132 milliseconds