search for: cur_blk

Displaying 1 result from an estimated 1 matches for "cur_blk".

2014 Feb 20
2
[PATCH] NTFS: fragmented $MFT file was not handled
...ft_record_lookup_any(struct fs_info *fs, + uint32_t file, block_t *out_blk, bool is_v31) { const uint64_t mft_record_size = NTFS_SB(fs)->mft_record_size; - uint8_t *buf; - const block_t mft_blk = NTFS_SB(fs)->mft_blk; - block_t cur_blk; - block_t right_blk; - uint64_t offset; - uint64_t next_offset; + uint8_t *buf = NULL; const uint32_t mft_record_shift = ilog2(mft_record_size); const uint32_t clust_byte_shift = NTFS_SB(fs)->clust_byte_shift; - uint64_t lcn; - int err; - struct ntfs_mft_record...