Home
last modified time | relevance | path

Searched refs:BITS_PER_SECTOR_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/exfat/
H A Dexfat_fs.h120 #define BITS_PER_SECTOR_MASK(sb) (BITS_PER_SECTOR(sb) - 1) macro
123 #define BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent) (ent & BITS_PER_SECTOR_MASK(sb))
/kernel/linux/linux-6.6/fs/exfat/
H A Dexfat_fs.h132 #define BITS_PER_SECTOR_MASK(sb) (BITS_PER_SECTOR(sb) - 1) macro
135 #define BITMAP_OFFSET_BIT_IN_SECTOR(sb, ent) (ent & BITS_PER_SECTOR_MASK(sb))

Completed in 5 milliseconds