Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ceph/
Dsuper.c289 char *fsid_start, *fs_name_start; in ceph_parse_new_source() local
301 fs_name_start = strchr(fsid_start, '.'); in ceph_parse_new_source()
302 if (!fs_name_start) in ceph_parse_new_source()
308 ++fs_name_start; /* start of file system name */ in ceph_parse_new_source()
309 len = dev_name_end - fs_name_start; in ceph_parse_new_source()
311 if (!namespace_equals(fsopt, fs_name_start, len)) in ceph_parse_new_source()
314 fsopt->mds_namespace = kstrndup(fs_name_start, len, GFP_KERNEL); in ceph_parse_new_source()