Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c691 int mft_record_size, attr_off, attr_len; in probe_ntfs() local
708 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()