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

  /external/syslinux/core/fs/ntfs/
ntfs.c 187 const uint64_t mft_record_size = NTFS_SB(fs)->mft_record_size; local
189 const uint32_t mft_record_shift = ilog2(mft_record_size);
250 buf = (uint8_t *)malloc(mft_record_size);
254 err = ntfs_read(fs, buf, mft_record_size, mft_record_size, &blk,
    [all...]
ntfs.h 62 uint64_t mft_record_size; /* MFT record size in bytes */ member in struct:ntfs_sb_info
  /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 168 milliseconds