Lines Matching defs:bytes
78 size_t blocks, bytes = set_bytes(j);
85 if (bytes > left << 9 ||
86 bytes > PAGE_SIZE << JSET_BITS) {
87 pr_info("%u: too big, %zu bytes, offset %u\n",
88 bucket_index, bytes, offset);
92 if (bytes > len << 9)
96 pr_info("%u: bad csum, %zu bytes, offset %u\n",
97 bucket_index, bytes, offset);
151 bytes, GFP_KERNEL);
154 memcpy(&i->j, j, bytes);