Searched refs:name_start (Results 1 – 2 of 2) sorted by relevance
332 wchar_t *ip, *ext_start, *end, *name_start; in vfat_create_shortname() local365 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()
286 const char *name_start = dev_name; in ceph_parse_new_source() local297 len = fsid_start - name_start; in ceph_parse_new_source()299 opts->name = kstrndup(name_start, len, GFP_KERNEL); in ceph_parse_new_source()