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

  /external/syslinux/core/fs/ntfs/
ntfs.c 189 const uint32_t mft_record_shift = ilog2(mft_record_size); local
207 uint64_t vcn = (file << mft_record_shift >> clust_byte_shift);
247 offset = (file << mft_record_shift) % BLOCK_SIZE(fs);
272 *out_blk = (file << mft_record_shift >> BLOCK_SHIFT(fs)); /* update record starting block */
1297 uint8_t mft_record_shift; local
    [all...]

Completed in 166 milliseconds