Home
last modified time | relevance | path

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

/fs/exfat/
A Dmount.c246 if ((int) ef->sb->sector_bits + (int) ef->sb->spc_bits > 25) in exfat_mount()
249 ef->sb->sector_bits, ef->sb->spc_bits); in exfat_mount()
A Dexfatfs.h80 uint8_t spc_bits; /* 0x6D sectors per cluster as (1 << n) */ member
A Dcluster.c44 ((off_t) (cluster - EXFAT_FIRST_DATA_CLUSTER) << ef->sb->spc_bits); in c2s()
61 ef->sb->spc_bits) + EXFAT_FIRST_DATA_CLUSTER; in s2c()
A Dexfat.h50 #define CLUSTER_SIZE(sb) (SECTOR_SIZE(sb) << (sb).spc_bits)

Completed in 9 milliseconds