Home
last modified time | relevance | path

Searched refs:mft_record_size (Results 1 – 3 of 3) 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()
/external/syslinux/core/fs/ntfs/
Dntfs.c187 const uint64_t mft_record_size = NTFS_SB(fs)->mft_record_size; in ntfs_mft_record_lookup_any() local
189 const uint32_t mft_record_shift = ilog2(mft_record_size); in ntfs_mft_record_lookup_any()
250 buf = (uint8_t *)malloc(mft_record_size); in ntfs_mft_record_lookup_any()
254 err = ntfs_read(fs, buf, mft_record_size, mft_record_size, &blk, in ntfs_mft_record_lookup_any()
1331 sbi->mft_record_size = 1 << mft_record_shift; in ntfs_fs_init()
Dntfs.h62 uint64_t mft_record_size; /* MFT record size in bytes */ member