Searched refs:DENTRY_SIZE_BITS (Results 1 – 3 of 3) sorted by relevance
99 ((b) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))100 #define EXFAT_B_TO_DEN(b) ((b) >> DENTRY_SIZE_BITS)101 #define EXFAT_DEN_TO_B(b) ((b) << DENTRY_SIZE_BITS)
34 #define DENTRY_SIZE_BITS 5 macro
499 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector()