Searched refs:mlcn (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | super.c | 974 u64 sectors, clusters, mlcn, mlcn2, mft_pos, mft2_pos, dev_size0; in ntfs_init_from_boot() local 1039 mlcn = le64_to_cpu(boot->mft_clst); in ntfs_init_from_boot() 1049 if (check_mul_overflow(mlcn, (u64)sct_per_clst, &mft_pos) || in ntfs_init_from_boot() 1055 hint, mlcn, mlcn2, sectors); in ntfs_init_from_boot() 1127 sbi->mft.lbo = mlcn << cluster_bits; in ntfs_init_from_boot()
|