Home
last modified time | relevance | path

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

/third_party/exfatprogs/include/
Dlibexfat.h53 #define EXFAT_SECTOR_SIZE(pbr) (1 << (pbr)->bsx.sect_size_bits) macro
/third_party/exfatprogs/fsck/
Dfsck.c400 if (EXFAT_SECTOR_SIZE(bs) < 512 || EXFAT_SECTOR_SIZE(bs) > 4 * KB) { in read_boot_region()
403 EXFAT_SECTOR_SIZE(bs)); in read_boot_region()
428 if (le64_to_cpu(bs->bsx.vol_length) * EXFAT_SECTOR_SIZE(bs) > in read_boot_region()
/third_party/exfatprogs/lib/
Dexfat_fs.c139 exfat->sect_size = EXFAT_SECTOR_SIZE(bs); in exfat_alloc_exfat()