Searched refs:fs_name_start (Results 1 – 1 of 1) sorted by relevance
281 const char *fsid_start, *fs_name_start; in ceph_parse_new_source() local299 fs_name_start = strchr(fsid_start, '.'); in ceph_parse_new_source()300 if (!fs_name_start) in ceph_parse_new_source()306 ++fs_name_start; /* start of file system name */ in ceph_parse_new_source()307 len = dev_name_end - fs_name_start; in ceph_parse_new_source()309 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()312 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()