Home
last modified time | relevance | path

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

/linux/fs/exfat/
A Dexfat_fs.h100 ((b) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))
101 #define EXFAT_B_TO_DEN(b) ((b) >> DENTRY_SIZE_BITS)
102 #define EXFAT_DEN_TO_B(b) ((b) << DENTRY_SIZE_BITS)
A Dexfat_raw.h34 #define DENTRY_SIZE_BITS 5 macro
A Dsuper.c490 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector()

Completed in 8 milliseconds