Home
last modified time | relevance | path

Searched refs:fat_offset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py283 fat_offset = cluster * 2 # FAT16
284 return int.from_bytes(self.fats[fat_offset : fat_offset + 2], "little")
290 fat_offset = cluster * 2
292 self.fats[:fat_offset]
294 + self.fats[fat_offset + 2 :]
296 self.fats_dirty_sectors.add(fat_offset // SECTOR_SIZE)
/openbmc/linux/fs/exfat/
H A Dexfat_raw.h94 __le32 fat_offset; member
H A Dsuper.c476 sbi->FAT1_start_sector = le32_to_cpu(p_boot->fat_offset); in exfat_read_boot_sector()
477 sbi->FAT2_start_sector = le32_to_cpu(p_boot->fat_offset); in exfat_read_boot_sector()