Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dsuper.c281 const char *fsid_start, *fs_name_start; in ceph_parse_new_source() local
288 fsid_start = strchr(dev_name, '@'); in ceph_parse_new_source()
289 if (!fsid_start) in ceph_parse_new_source()
291 len = fsid_start - name_start; in ceph_parse_new_source()
298 ++fsid_start; /* start of cluster fsid */ in ceph_parse_new_source()
299 fs_name_start = strchr(fsid_start, '.'); in ceph_parse_new_source()
303 if (ceph_parse_fsid(fsid_start, &fsid)) in ceph_parse_new_source()