Searched refs:FAT16 (Results 1 – 4 of 4) sorted by relevance
242 } else if (p_fs->vol_type == FAT16) { in __FAT_read()385 else if (p_fs->vol_type == FAT16) { in __FAT_write()
181 #define FAT16 0x0E /* Win95 FAT16 (LBA) */ macro
3055 p_fs->vol_type = FAT16; in fat16_mount()
3087 if ((p_fs->vol_type == FAT12) || (p_fs->vol_type == FAT16)) { in exfat_bmap()