Lines Matching defs:buffer
480 /* Azure rounds the buffer size up 8, to a 16 byte boundary */
1049 /* stop before overrun buffer */
1059 /* stop before overrun buffer */
1526 void *buffer = NULL;
1562 buffer = memdup_user(arg + sizeof(struct smb_query_info), qi.output_buffer_length);
1563 if (IS_ERR(buffer)) {
1564 rc = PTR_ERR(buffer);
1618 qi.info_type, buffer, qi.output_buffer_length,
1637 data[0] = buffer;
1652 qi.output_buffer_length, buffer);
1732 kfree(buffer);
2084 * Input buffer contains (empty) struct smb_snapshot array with size filled in
2099 * for this volume the buffer begins with 0 (number of snapshots
2101 * how big the buffer needs to be). On the second query,
2132 /* Fixup buffer */
2479 * We have to flatten this into a single buffer and add
2840 cifs_dbg(VFS, "srv returned malformed symlink buffer\n");
2862 cifs_dbg(VFS, "reparse buffer is too small. Must be at least 8 bytes but was %d\n",
2885 cifs_dbg(VFS, "srv returned unknown symlink buffer tag:0x%08x\n",
4901 /* switch to large buffer if too big for a small one */