Searched refs:isvfat (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/fs/fat/ |
D | inode.c | 409 if (sbi->options.isvfat) { in fat_fill_inode() 561 *flags |= MS_NODIRATIME | (sbi->options.isvfat ? 0 : MS_NOATIME); in fat_remount() 586 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs() 646 if (sbi->options.isvfat) { in __fat_write_inode() 817 int isvfat = opts->isvfat; in fat_show_options() local 829 if (isvfat) { in fat_show_options() 861 if (!isvfat) { in fat_show_options() 989 opts->isvfat = is_vfat; in parse_options() 1256 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument 1288 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); in fat_fill_super() [all …]
|
D | fat.h | 40 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member 324 int isvfat, void (*setup)(struct super_block *));
|
D | dir.c | 479 int isvfat = sbi->options.isvfat; in __fat_readdir() local 520 if (isvfat && !short_only) { in __fat_readdir() 532 if (isvfat && de->attr == ATTR_EXT) { in __fat_readdir() 623 if (isvfat) { in __fat_readdir() 1115 if (sbi->options.isvfat) { in fat_alloc_new_dir()
|