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

/linux-4.4.14/fs/fat/
H A Ddir.c355 int isvfat = sbi->options.isvfat; fat_parse_short() local
366 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { fat_parse_short()
385 if (!isvfat) fat_parse_short()
394 if (isvfat) fat_parse_short()
408 if (!isvfat) fat_parse_short()
422 if (!isvfat) fat_parse_short()
431 if (isvfat) { fat_parse_short()
449 if (sbi->options.isvfat) { fat_parse_short()
563 int isvfat = sbi->options.isvfat; __fat_readdir() local
597 if (isvfat && !short_only) { __fat_readdir()
609 if (isvfat && de->attr == ATTR_EXT) { __fat_readdir()
1165 if (sbi->options.isvfat) { fat_alloc_new_dir()
H A Dinode.c502 if (sbi->options.isvfat) { fat_fill_inode()
701 *flags |= MS_NODIRATIME | (sbi->options.isvfat ? 0 : MS_NOATIME); fat_remount()
737 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; fat_statfs()
783 if (sbi->options.isvfat) { __fat_write_inode()
839 int isvfat = opts->isvfat; fat_show_options() local
854 if (isvfat) { fat_show_options()
886 if (!isvfat) { fat_show_options()
1030 opts->isvfat = is_vfat; parse_options()
1486 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, fat_fill_super() argument
1519 error = parse_options(sb, data, isvfat, silent, &debug, &sbi->options); fat_fill_super()
1703 if (sbi->options.isvfat) { fat_fill_super()
H A Dfat.h43 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member in struct:fat_mount_options
378 int isvfat, void (*setup)(struct super_block *));

Completed in 121 milliseconds