Searched refs:fs_name_start (Results 1 – 1 of 1) sorted by relevance
278 char *fsid_start, *fs_name_start; in ceph_parse_new_source() local290 fs_name_start = strchr(fsid_start, '.'); in ceph_parse_new_source()291 if (!fs_name_start) in ceph_parse_new_source()297 ++fs_name_start; /* start of file system name */ in ceph_parse_new_source()298 len = dev_name_end - fs_name_start; in ceph_parse_new_source()300 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()303 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()