Lines Matching defs:bytes
76 size_t blocks, bytes = set_bytes(j);
83 if (bytes > left << 9 ||
84 bytes > PAGE_SIZE << JSET_BITS) {
85 pr_info("%u: too big, %zu bytes, offset %u\n",
86 bucket_index, bytes, offset);
90 if (bytes > len << 9)
94 pr_info("%u: bad csum, %zu bytes, offset %u\n",
95 bucket_index, bytes, offset);
149 bytes, GFP_KERNEL);
152 unsafe_memcpy(&i->j, j, bytes,
153 /* "bytes" was calculated by set_bytes() above */);