Home
last modified time | relevance | path

Searched refs:isvfat (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/fat/
Ddir.c366 int isvfat = sbi->options.isvfat; in fat_parse_short() local
377 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { in fat_parse_short()
398 if (!isvfat) in fat_parse_short()
407 if (isvfat) in fat_parse_short()
421 if (!isvfat) in fat_parse_short()
435 if (!isvfat) in fat_parse_short()
444 if (isvfat) { in fat_parse_short()
462 if (sbi->options.isvfat) { in fat_parse_short()
576 int isvfat = sbi->options.isvfat; in __fat_readdir() local
610 if (isvfat && !short_only) { in __fat_readdir()
[all …]
Dinode.c566 if (sbi->options.isvfat) { in fat_fill_inode()
810 fc->sb_flags |= SB_NODIRATIME | (sbi->options.isvfat ? 0 : SB_NOATIME); in fat_reconfigure()
846 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs()
894 if (sbi->options.isvfat) { in __fat_write_inode()
949 int isvfat = opts->isvfat; in fat_show_options() local
964 if (isvfat) { in fat_show_options()
996 if (!isvfat) { in fat_show_options()
1787 if (sbi->options.isvfat) { in fat_fill_super()
1905 opts->isvfat = is_vfat; in fat_init_fs_context()
Dfat.h46 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member
Dfile.c412 if (sbi->options.isvfat && request_mask & STATX_BTIME) { in fat_getattr()