Home
last modified time | relevance | path

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

/linux-6.12.1/fs/exfat/
Dexfat_fs.h106 #define EXFAT_B_TO_DEN(b) ((b) >> DENTRY_SIZE_BITS)
107 #define EXFAT_DEN_TO_B(b) ((b) << DENTRY_SIZE_BITS)
113 ((clu) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))
115 ((dentry) >> ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))
Dexfat_raw.h35 #define DENTRY_SIZE_BITS 5 macro
Ddir.c904 off = es->start_off + (i << DENTRY_SIZE_BITS); in exfat_validate_empty_dentry_set()
909 bh->b_blocknr, off >> DENTRY_SIZE_BITS, ep->type); in exfat_validate_empty_dentry_set()
Dsuper.c529 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector()