Searched refs:fat_sector (Results 1 – 1 of 1) sorted by relevance
201 u8 *fat_sector, *fat_entry; in __FAT_read() local211 fat_sector = FAT_getblk(sb, sec); in __FAT_read()212 if (!fat_sector) in __FAT_read()215 _content = (u32)fat_sector[off]; in __FAT_read()217 fat_sector = FAT_getblk(sb, ++sec); in __FAT_read()218 if (!fat_sector) in __FAT_read()221 _content |= (u32)fat_sector[0] << 8; in __FAT_read()223 fat_sector = FAT_getblk(sb, sec); in __FAT_read()224 if (!fat_sector) in __FAT_read()227 fat_entry = &fat_sector[off]; in __FAT_read()[all …]