Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dnamei_vfat.c332 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local
365 name_start = &uname[0]; in vfat_create_shortname()
366 while (name_start < ext_start) { in vfat_create_shortname()
367 if (!vfat_skip_char(*name_start)) in vfat_create_shortname()
369 name_start++; in vfat_create_shortname()
371 if (name_start != ext_start) { in vfat_create_shortname()
/openbmc/linux/fs/ceph/
H A Dsuper.c286 const char *name_start = dev_name; in ceph_parse_new_source() local
297 len = fsid_start - name_start; in ceph_parse_new_source()
299 opts->name = kstrndup(name_start, len, GFP_KERNEL); in ceph_parse_new_source()