Lines Matching defs:bytes
591 /* Check bytes per sector value is between 256 and 4096. */
719 * just the first 512 bytes).
799 * = -log2(mft_record_size) bytes. mft_record_size normaly is
800 * 1024 bytes, which is encoded as 0xF6 (-10 in decimal).
839 * clusters_per_index_record = -log2(index_record_size) bytes.
840 * index_record_size normaly equals 4096 bytes, which is
1092 u32 bytes;
1142 bytes = le32_to_cpu(((MFT_RECORD*)kmft)->bytes_in_use);
1143 if (bytes < sizeof(MFT_RECORD_OLD) ||
1144 bytes > vol->mft_record_size ||
1146 bytes = le32_to_cpu(((MFT_RECORD*)kmirr)->bytes_in_use);
1147 if (bytes < sizeof(MFT_RECORD_OLD) ||
1148 bytes > vol->mft_record_size ||
1150 bytes = vol->mft_record_size;
1153 if (memcmp(kmft, kmirr, bytes)) {
1506 "least 0x%zx bytes).", i_size_read(tmp_ino),
1622 ntfs_debug("Read %llu bytes from $AttrDef.", i_size);
1691 ntfs_debug("Read %llu bytes from $UpCase (expected %zu bytes).",
2439 * has a size in multiples of 8 bytes, i.e. up to 63 clusters could be outside
2457 * Convert the number of bits into bytes rounded up, then convert into
2463 /* Use multiples of 4 bytes, thus max_size is PAGE_SIZE / 4. */
2486 * the result as all out of range bytes are set to zero by
2534 /* Use multiples of 4 bytes, thus max_size is PAGE_SIZE / 4. */
2557 * the result as all out of range bytes are set to zero by
2625 * Convert the maximum number of set bits into bytes rounded up, then
2757 "bytes.",
2773 ntfs_debug("Set device block size to %i bytes (block size bits %i).",
2775 /* Determine the size of the device in units of block_size bytes. */
2822 ntfs_debug("Changed device block size to %i bytes (block size "