Searched defs:isvfat (Results 1 - 6 of 6) 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 564 int isvfat in __fat_readdir() local [all...] |
H A D | fat.h | 44 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member
|
H A D | inode.c | 943 int isvfat = opts->isvfat; in fat_show_options() local 1602 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument [all...] |
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 354 int isvfat = sbi->options.isvfat; in fat_parse_short() local 564 int isvfat in __fat_readdir() local [all...] |
H A D | fat.h | 44 isvfat:1, /* 0=no vfat long filename support, 1=vfat support */ member
|
H A D | inode.c | 943 int isvfat = opts->isvfat; in fat_show_options() local 1598 int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat, in fat_fill_super() argument [all...] |
Completed in 12 milliseconds