Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Ddir.c368 int isvfat = sbi->options.isvfat; in fat_parse_short() local
379 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { in fat_parse_short()
400 if (!isvfat) in fat_parse_short()
409 if (isvfat) in fat_parse_short()
423 if (!isvfat) in fat_parse_short()
437 if (!isvfat) in fat_parse_short()
446 if (isvfat) { in fat_parse_short()
464 if (sbi->options.isvfat) { in fat_parse_short()
578 int isvfat = sbi->options.isvfat; in __fat_readdir() local
612 if (isvfat && !short_only) { in __fat_readdir()
[all …]
H A Dinode.c569 if (sbi->options.isvfat) { in fat_fill_inode()
813 fc->sb_flags |= SB_NODIRATIME | (sbi->options.isvfat ? 0 : SB_NOATIME); in fat_reconfigure()
849 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs()
897 if (sbi->options.isvfat) { in __fat_write_inode()
952 int isvfat = opts->isvfat; in fat_show_options() local
967 if (isvfat) { in fat_show_options()
999 if (!isvfat) { in fat_show_options()
1794 if (sbi->options.isvfat) { in fat_fill_super()
1912 opts->isvfat = is_vfat; in fat_init_fs_context()
H A Dfat.h46 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member
H A Dfile.c413 if (sbi->options.isvfat && request_mask & STATX_BTIME) { in fat_getattr()