Searched refs:FAT12 (Results 1 – 4 of 4) sorted by relevance
205 if (p_fs->vol_type == FAT12) { in __FAT_read()333 if (p_fs->vol_type == FAT12) { in __FAT_write()
180 #define FAT12 0x01 /* FAT12 */ macro
3053 p_fs->vol_type = FAT12; in fat16_mount()
3087 if ((p_fs->vol_type == FAT12) || (p_fs->vol_type == FAT16)) { in exfat_bmap()