Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Ddir.c355 int isvfat = sbi->options.isvfat; in fat_parse_short() local
366 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { in fat_parse_short()
385 if (!isvfat) in fat_parse_short()
394 if (isvfat) in fat_parse_short()
408 if (!isvfat) in fat_parse_short()
422 if (!isvfat) in fat_parse_short()
431 if (isvfat) { in fat_parse_short()
449 if (sbi->options.isvfat) { in fat_parse_short()
563 int isvfat = sbi->options.isvfat; in __fat_readdir() local
597 if (isvfat && !short_only) { in __fat_readdir()
[all …]
Dinode.c562 if (sbi->options.isvfat) { in fat_fill_inode()
806 *flags |= SB_NODIRATIME | (sbi->options.isvfat ? 0 : SB_NOATIME); in fat_remount()
842 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs()
888 if (sbi->options.isvfat) { in __fat_write_inode()
944 int isvfat = opts->isvfat; in fat_show_options() local
959 if (isvfat) { in fat_show_options()
991 if (!isvfat) { in fat_show_options()
1135 opts->isvfat = is_vfat; in parse_options()
1603 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument
1636 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super()
[all …]
Dfat.h44 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member
388 int isvfat, void (*setup)(struct super_block *));