Searched refs:DENTRY_SIZE_BITS (Results 1 – 4 of 4) sorted by relevance
104 #define EXFAT_B_TO_DEN(b) ((b) >> DENTRY_SIZE_BITS)105 #define EXFAT_DEN_TO_B(b) ((b) << DENTRY_SIZE_BITS)111 ((clu) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))113 ((dentry) >> ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))
35 #define DENTRY_SIZE_BITS 5 macro
886 off = es->start_off + (i << DENTRY_SIZE_BITS); in exfat_validate_empty_dentry_set()891 bh->b_blocknr, off >> DENTRY_SIZE_BITS, ep->type); in exfat_validate_empty_dentry_set()
496 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector()
Completed in 16 milliseconds