Lines Matching defs:offset
55 * The size of the variable area depends on the offset and length fields
57 * with no variable length info, show an offset of zero for the offset field.
82 * Set length of the data area and the offset to arguments.
95 * of the data buffer offset and data buffer length for the particular
180 ksmbd_debug(SMB, "offset %d too large\n", *off);
199 unsigned int offset; /* the offset from the beginning of SMB to data area */
223 ret = smb2_get_data_area_len(&offset, &data_length, hdr);
226 ksmbd_debug(SMB, "SMB2 data length %u offset %u\n", data_length,
227 offset);
236 if (offset + 1 < *len) {
238 "data area offset %d overlaps SMB2 header %u\n",
239 offset + 1, *len);
243 *len = offset + data_length;
366 pr_err("next command(%u) offset exceeds smb msg size\n",