Home
last modified time | relevance | path

Searched refs:LIBFAT_SECTOR_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/libfat/
Dcache.c41 if (fs->read(fs->readptr, ls->data, LIBFAT_SECTOR_SIZE, n) in libfat_get_sector()
42 != LIBFAT_SECTOR_SIZE) { in libfat_get_sector()
Dopen.c46 if (read16(&bs->bsBytesPerSec) != LIBFAT_SECTOR_SIZE) in libfat_open()
95 minfatsize = (minfatsize + LIBFAT_SECTOR_SIZE - 1) >> LIBFAT_SECTOR_SHIFT; in libfat_open()
Dlibfatint.h28 char data[LIBFAT_SECTOR_SIZE];
Dlibfat.h26 #define LIBFAT_SECTOR_SIZE 512 macro
Dsearchdir.c41 for (nent = 0; nent < LIBFAT_SECTOR_SIZE; in libfat_searchdir()