Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat.c206 startblock += mydata->fat_sect; /* Offset from start of disk */ in get_fatent()
570 mydata->fat_sect = bs.reserved; in get_fs_info()
572 mydata->rootdir_sect = mydata->fat_sect + mydata->fatlength * bs.fats; in get_fs_info()
618 mydata->fatsize, mydata->fat_sect, mydata->fatlength); in get_fs_info()
H A Dfat_write.c122 startblock += mydata->fat_sect; in flush_dirty_fat_buffer()
301 startblock += mydata->fat_sect; in set_fatent_value()
/openbmc/u-boot/include/
H A Dfat.h167 __u16 fat_sect; /* Starting sector of the FAT */ member