Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/exfat/
Dexfat_fs.h119 #define BITS_PER_SECTOR(sb) ((sb)->s_blocksize * BITS_PER_BYTE) macro
120 #define BITS_PER_SECTOR_MASK(sb) (BITS_PER_SECTOR(sb) - 1)