Searched refs:mft_record_size (Results 1 – 1 of 1) sorted by relevance
691 int mft_record_size, attr_off, attr_len; in probe_ntfs() local708 mft_record_size = 1 << (0-ns->cluster_per_mft_record); in probe_ntfs()710 mft_record_size = ns->cluster_per_mft_record * in probe_ntfs()721 buf_mft = get_buffer(probe, off, mft_record_size); in probe_ntfs()731 buf_mft = get_buffer(probe, off, mft_record_size); in probe_ntfs()738 off += MFT_RECORD_VOLUME * mft_record_size; in probe_ntfs()740 buf_mft = get_buffer(probe, off, mft_record_size); in probe_ntfs()761 if ((attr_off > mft_record_size) || in probe_ntfs()