Searched refs:fs_name_start (Results 1 – 1 of 1) sorted by relevance
291 const char *fsid_start, *fs_name_start; in ceph_parse_new_source() local309 fs_name_start = strchr(fsid_start, '.'); in ceph_parse_new_source()310 if (!fs_name_start) in ceph_parse_new_source()316 ++fs_name_start; /* start of file system name */ in ceph_parse_new_source()317 len = dev_name_end - fs_name_start; in ceph_parse_new_source()319 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()322 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()