Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dexfat_fs.h99 ((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)
Dexfat_raw.h34 #define DENTRY_SIZE_BITS 5 macro
Dsuper.c499 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector()