Searched refs:short_only (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
D | dir.c | 554 struct dir_context *ctx, int short_only, in __fat_readdir() argument 598 if (isvfat && !short_only) { in __fat_readdir() 763 int short_only, int both) in FAT_IOCTL_FILLDIR_FUNC() 778 short_only, both ? &buf : NULL); in FAT_IOCTL_FILLDIR_FUNC() 792 int short_only, both; in fat_dir_ioctl() local 796 short_only = 1; in fat_dir_ioctl() 800 short_only = 0; in fat_dir_ioctl() 816 short_only, both); in fat_dir_ioctl() 830 int short_only, both; in FAT_IOCTL_FILLDIR_FUNC() local 834 short_only = 1; in FAT_IOCTL_FILLDIR_FUNC() [all …]
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 57422 + struct fatdirall_context *ctx, int short_only, 57464 + * Check for long filename entry, but if short_only, we don't 57467 + if (isvfat && !short_only) { 57667 + int short_only, int both) 57690 + short_only, both ? &buf : NULL); 57707 + int short_only, both; 57718 + short_only = 0; 57721 + short_only, both); 57731 int short_only, both; 57739 short_only = 1;
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 359782 + struct fatdirall_context *ctx, int short_only, 359824 + * Check for long filename entry, but if short_only, we don't 359827 + if (isvfat && !short_only) { 360027 + int short_only, int both) 360050 + short_only, both ? &buf : NULL); 360067 + int short_only, both; 360078 + short_only = 0; 360081 + short_only, both); 360091 int short_only, both; 360099 short_only = 1;
|