Searched refs:sectors_per_volume (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/ntfs3/ | ||
D | ntfs.h | 213 __le64 sectors_per_volume;// 0x28: Size of volume in sectors. member |
D | super.c | 942 sectors = le64_to_cpu(boot->sectors_per_volume); in ntfs_init_from_boot() |