Lines Matching defs:buffer
59 * Auxiliary structure appended to each dm-bufio buffer. If the value
62 * The variable hash_verified is set to 0 when allocating the buffer, then
66 * that multiple processes verify the hash of the same buffer simultaneously
75 * Initialize struct buffer_aux for a freshly created buffer.
283 * If "skip_unverified" is true, unverified buffer is skipped and 1 is returned.
284 * If "skip_unverified" is false, unverified buffer is hashed and verified
498 void *buffer;
504 buffer = page_to_virt(page);
508 io_req.mem.ptr.addr = buffer;
518 r = verity_hash(v, verity_io_hash_req(v, io), buffer,
530 io->recheck_buffer = buffer;
722 * The root buffer is not prefetched, it is assumed that it will be cached