Searched refs:get_fat_sector (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/fs/fat/
H A Dfat.c27 static const void *get_fat_sector(struct fs_info *fs, sector_t sector) function
45 data = get_fat_sector(fs, fat_sector);
54 data = get_fat_sector(fs, fat_sector + 1);
70 data = get_fat_sector(fs, fat_sector);
78 data = get_fat_sector(fs, fat_sector);

Completed in 418 milliseconds