Lines Matching defs:bytes

599 	/* Check bytes per sector value is between 256 and 4096. */
727 * just the first 512 bytes).
807 * = -log2(mft_record_size) bytes. mft_record_size normaly is
808 * 1024 bytes, which is encoded as 0xF6 (-10 in decimal).
847 * clusters_per_index_record = -log2(index_record_size) bytes.
848 * index_record_size normaly equals 4096 bytes, which is
1100 u32 bytes;
1150 bytes = le32_to_cpu(((MFT_RECORD*)kmft)->bytes_in_use);
1151 if (bytes < sizeof(MFT_RECORD_OLD) ||
1152 bytes > vol->mft_record_size ||
1154 bytes = le32_to_cpu(((MFT_RECORD*)kmirr)->bytes_in_use);
1155 if (bytes < sizeof(MFT_RECORD_OLD) ||
1156 bytes > vol->mft_record_size ||
1158 bytes = vol->mft_record_size;
1161 if (memcmp(kmft, kmirr, bytes)) {
1514 "least 0x%zx bytes).", i_size_read(tmp_ino),
1630 ntfs_debug("Read %llu bytes from $AttrDef.", i_size);
1699 ntfs_debug("Read %llu bytes from $UpCase (expected %zu bytes).",
2447 * has a size in multiples of 8 bytes, i.e. up to 63 clusters could be outside
2465 * Convert the number of bits into bytes rounded up, then convert into
2471 /* Use multiples of 4 bytes, thus max_size is PAGE_SIZE / 4. */
2494 * the result as all out of range bytes are set to zero by
2542 /* Use multiples of 4 bytes, thus max_size is PAGE_SIZE / 4. */
2565 * the result as all out of range bytes are set to zero by
2633 * Convert the maximum number of set bits into bytes rounded up, then
2765 "bytes.",
2781 ntfs_debug("Set device block size to %i bytes (block size bits %i).",
2783 /* Determine the size of the device in units of block_size bytes. */
2828 ntfs_debug("Changed device block size to %i bytes (block size "