Searched refs:isvfat (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/fat/ |
D | dir.c | 354 int isvfat = sbi->options.isvfat; in fat_parse_short() local 365 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { in fat_parse_short() 386 if (!isvfat) in fat_parse_short() 395 if (isvfat) in fat_parse_short() 409 if (!isvfat) in fat_parse_short() 423 if (!isvfat) in fat_parse_short() 432 if (isvfat) { in fat_parse_short() 450 if (sbi->options.isvfat) { in fat_parse_short() 564 int isvfat = sbi->options.isvfat; in __fat_readdir() local 598 if (isvfat && !short_only) { in __fat_readdir() [all …]
|
D | inode.c | 571 if (sbi->options.isvfat) { in fat_fill_inode() 811 *flags |= SB_NODIRATIME | (sbi->options.isvfat ? 0 : SB_NOATIME); in fat_remount() 846 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs() 892 if (sbi->options.isvfat) { in __fat_write_inode() 948 int isvfat = opts->isvfat; in fat_show_options() local 963 if (isvfat) { in fat_show_options() 995 if (!isvfat) { in fat_show_options() 1139 opts->isvfat = is_vfat; in parse_options() 1604 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument 1643 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super() [all …]
|
D | fat.h | 44 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member 419 int isvfat, void (*setup)(struct super_block *));
|
D | file.c | 412 if (sbi->options.isvfat && request_mask & STATX_BTIME) { in fat_getattr()
|