Searched refs:BITS_PER_SECTOR (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/exfat/
H A Dexfat_fs.h131 #define BITS_PER_SECTOR(sb) ((sb)->s_blocksize * BITS_PER_BYTE) macro
132 #define BITS_PER_SECTOR_MASK(sb) (BITS_PER_SECTOR(sb) - 1)

Completed in 243 milliseconds