Searched refs:sector_bits (Results 1 – 4 of 4) sorted by relevance
239 if (ef->sb->sector_bits < 9) in exfat_mount()241 exfat_error("too small sector size: 2^%hhd", ef->sb->sector_bits); in exfat_mount()246 if ((int) ef->sb->sector_bits + (int) ef->sb->spc_bits > 25) in exfat_mount()249 ef->sb->sector_bits, ef->sb->spc_bits); in exfat_mount()
79 uint8_t sector_bits; /* 0x6C sector size as (1 << n) */ member
49 #define SECTOR_SIZE(sb) (1 << (sb).sector_bits)
33 return sector << ef->sb->sector_bits; in s2o()
Completed in 7 milliseconds