| tag | line | file | source code |
|---|---|---|---|
| name_start | 407 | fs/vfat/namei.c | const char *name_start; |
| name_start | 454 | fs/vfat/namei.c | name_start = &name[0]; |
| name_start | 455 | fs/vfat/namei.c | while (name_start < ext_start) |
| name_start | 457 | fs/vfat/namei.c | if (!strchr(skip_chars,*name_start)) break; |
| name_start | 458 | fs/vfat/namei.c | name_start++; |
| name_start | 460 | fs/vfat/namei.c | if (name_start != ext_start) { |