Home
last modified time | relevance | path

Searched refs:mft_clusters_per_record (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dntfs_fs_sb.h40 int mft_clusters_per_record; member
/linux-2.4.37.9/fs/ntfs/
Dsuper.c102 vol->mft_clusters_per_record = NTFS_GETS8(boot + 0x40); in ntfs_init_volume()
104 " = 0x%x\n", vol->mft_clusters_per_record); in ntfs_init_volume()
115 if (vol->mft_clusters_per_record > 0) in ntfs_init_volume()
117 (ffs(vol->mft_clusters_per_record) - 1); in ntfs_init_volume()
124 vol->mft_record_size = 1 << -vol->mft_clusters_per_record; in ntfs_init_volume()
Dfs.c1072 to_read = vol->mft_clusters_per_record; in ntfs_read_super()