Home
last modified time | relevance | path

Searched refs:sectors_per_clusters (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/ntfs3/
Dsuper.c672 if (boot->sectors_per_clusters <= 0x80) in true_sectors_per_clst()
673 return boot->sectors_per_clusters; in true_sectors_per_clst()
674 if (boot->sectors_per_clusters >= 0xf4) /* limit shift to 2MB max */ in true_sectors_per_clst()
675 return 1U << (0 - boot->sectors_per_clusters); in true_sectors_per_clst()
Dntfs.h207 u8 sectors_per_clusters;// 0x0D: Sectors per cluster. member