Lines Matching refs:buffer
104 * @target: buffer to store mangled name, same length as @name (MAYBE NULL)
379 * @userbuf: user buffer to copy data from (NOT NULL)
380 * @alloc_size: size of user buffer (REQUIRES: @alloc_size >= @copy_size)
381 * @copy_size: size of data to copy from user buffer
384 * Returns: kernel buffer containing copy of user buffer data or an
539 char buffer[32];
556 avail = sprintf(buffer, "%ld\n", rev->ns->revision);
563 return simple_read_from_buffer(buf, size, ppos, buffer, avail);
652 * The buffers pointed to by buf and query may overlap. The query buffer is
744 * The buffers pointed to by buf and query may overlap. The query buffer is
810 * file-local buffer. Once a new write is performed, a new set of results
811 * are stored in the file-local buffer.
919 * @ubuf: user buffer containing the complete query string (NOT NULL)
1596 char *buffer, *s;
1600 s = buffer = kmalloc(size, GFP_KERNEL);
1601 if (!buffer)
1612 kfree(buffer);
1616 return buffer;
2589 static int policy_readlink(struct dentry *dentry, char __user *buffer,
2598 res = readlink_copy(buffer, buflen, name);