Searched defs:ntfs_sb_info (Results 1 – 1 of 1) sorted by relevance
58 struct ntfs_sb_info { struct59 block_t mft_blk; /* The first MFT record block */60 uint64_t mft_lcn; /* LCN of the first MFT record */61 unsigned mft_size; /* The MFT size in sectors */62 uint64_t mft_record_size; /* MFT record size in bytes */64 uint8_t clust_per_idx_record; /* Clusters per Index Record */66 unsigned long long clusters; /* Total number of clusters */68 unsigned clust_shift; /* Based on sectors */69 unsigned clust_byte_shift; /* Based on bytes */70 unsigned clust_mask;[all …]