HomeSort by relevance Sort by last modified time
    Searched full:mft_record_size (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/lib/blkid/
probe.c 691 int mft_record_size, attr_off, attr_len; local
708 mft_record_size = 1 << (0-ns->cluster_per_mft_record);
710 mft_record_size = ns->cluster_per_mft_record *
721 buf_mft = get_buffer(probe, off, mft_record_size);
731 buf_mft = get_buffer(probe, off, mft_record_size);
738 off += MFT_RECORD_VOLUME * mft_record_size;
740 buf_mft = get_buffer(probe, off, mft_record_size);
761 if ((attr_off > mft_record_size) ||
    [all...]

Completed in 21 milliseconds