Searched refs:short_only (Results 1 – 1 of 1) sorted by relevance
/linux/fs/fat/ |
H A D | dir.c | 566 struct dir_context *ctx, int short_only, in __fat_readdir() argument 607 * Check for long filename entry, but if short_only, we don't in __fat_readdir() 610 if (isvfat && !short_only) { in __fat_readdir() 643 /* !both && !short_only, so we don't need shortname. */ in __fat_readdir() 775 int short_only, int both) in FAT_IOCTL_FILLDIR_FUNC() 790 short_only, both ? &buf : NULL); in FAT_IOCTL_FILLDIR_FUNC() 804 int short_only, both; in fat_dir_ioctl() local 808 short_only = 1; in fat_dir_ioctl() 812 short_only = 0; in fat_dir_ioctl() 828 short_only, bot in fat_dir_ioctl() 842 int short_only, both; FAT_IOCTL_FILLDIR_FUNC() local [all...] |