Searched refs:isvfat (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 354 int isvfat = sbi->options.isvfat; in fat_parse_short() local 365 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { in fat_parse_short() 386 if (!isvfat) in fat_parse_short() 395 if (isvfat) in fat_parse_short() 409 if (!isvfat) in fat_parse_short() 423 if (!isvfat) in fat_parse_short() 432 if (isvfat) { in fat_parse_short() 450 if (sbi->options.isvfat) { in fat_parse_short() 564 int isvfat in __fat_readdir() local [all...] |
H A D | inode.c | 568 if (sbi->options.isvfat) { in fat_fill_inode() 806 *flags |= SB_NODIRATIME | (sbi->options.isvfat ? 0 : SB_NOATIME); in fat_remount() 841 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs() 887 if (sbi->options.isvfat) { in __fat_write_inode() 943 int isvfat = opts->isvfat; in fat_show_options() local 958 if (isvfat) { in fat_show_options() 990 if (!isvfat) { in fat_show_options() 1134 opts->isvfat = is_vfat; in parse_options() 1602 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument [all...] |
H A D | fat.h | 44 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member 416 int isvfat, void (*setup)(struct super_block *));
|
H A D | misc.c | 318 if (sbi->options.isvfat) in fat_truncate_time()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 354 int isvfat = sbi->options.isvfat; in fat_parse_short() local 365 if (!isvfat && dot_hidden && (de->attr & ATTR_HIDDEN)) { in fat_parse_short() 386 if (!isvfat) in fat_parse_short() 395 if (isvfat) in fat_parse_short() 409 if (!isvfat) in fat_parse_short() 423 if (!isvfat) in fat_parse_short() 432 if (isvfat) { in fat_parse_short() 450 if (sbi->options.isvfat) { in fat_parse_short() 564 int isvfat in __fat_readdir() local [all...] |
H A D | inode.c | 566 if (sbi->options.isvfat) { in fat_fill_inode() 806 *flags |= SB_NODIRATIME | (sbi->options.isvfat ? 0 : SB_NOATIME); in fat_remount() 841 (sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE; in fat_statfs() 887 if (sbi->options.isvfat) { in __fat_write_inode() 943 int isvfat = opts->isvfat; in fat_show_options() local 958 if (isvfat) { in fat_show_options() 990 if (!isvfat) { in fat_show_options() 1134 opts->isvfat = is_vfat; in parse_options() 1598 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument [all...] |
H A D | fat.h | 44 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member 419 int isvfat, void (*setup)(struct super_block *));
|
H A D | file.c | 412 if (sbi->options.isvfat && request_mask & STATX_BTIME) { in fat_getattr()
|
Completed in 12 milliseconds