Home
last modified time | relevance | path

Searched refs:DataOffset (Results 1 – 11 of 11) sorted by relevance

/linux/fs/smb/server/
H A Doplock.c1463 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1480 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1516 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state()
1532 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state()
1581 value_off = le16_to_cpu(cc->DataOffset); in smb2_find_context_vals()
1615 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1639 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_v2_rsp_buf()
1667 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_mxac_rsp_buf()
1689 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_disk_id_rsp_buf()
1720 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_posix_rsp_buf()
H A Dsmb2misc.c150 if (((struct smb2_write_req *)hdr)->DataOffset || in smb2_get_data_area_len()
153 le16_to_cpu(((struct smb2_write_req *)hdr)->DataOffset), in smb2_get_data_area_len()
H A Dsmb2pdu.c2661 if (le16_to_cpu(context->DataOffset) + in smb2_create_sd_buffer()
2739 if (le16_to_cpu(context->DataOffset) + in parse_durable_handle_context()
2779 if (le16_to_cpu(context->DataOffset) + in parse_durable_handle_context()
2811 if (le16_to_cpu(context->DataOffset) + in parse_durable_handle_context()
2935 if (le16_to_cpu(context->DataOffset) + in smb2_open()
3100 if (le16_to_cpu(context->DataOffset) + in smb2_open()
3541 if (le16_to_cpu(az_req->ccontext.DataOffset) + in smb2_open()
6676 rsp->DataOffset = 80; in smb2_read_pipe()
6879 rsp->DataOffset = 80; in smb2_read()
6938 if ((u64)le16_to_cpu(req->DataOffset) + length > in smb2_write_pipe()
[all …]
/linux/drivers/usb/gadget/function/
H A Drndis.h126 __le32 DataOffset; member
H A Drndis.c1011 header->DataOffset = cpu_to_le32(36); in rndis_add_hdr()
/linux/fs/smb/common/
H A Dsmb2pdu.h771 __u8 DataOffset; member
790 __le16 DataOffset; /* offset from start of SMB2 header to write data */ member
806 __u8 DataOffset; member
1187 __le16 DataOffset;
/linux/fs/smb/client/
H A Dsmb2pdu.c1016 buf->ccontext.DataOffset = in create_posix_buf()
2302 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
2325 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2356 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt()
2418 doff = le16_to_cpu(cc->DataOffset); in smb2_parse_contexts()
2497 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
2538 buf->ccontext.DataOffset = in create_reconnect_durable_v2_buf()
2629 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_twarp_buf()
2719 buf->ccontext.DataOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, sd)); in create_sd_buf()
2796 buf->ccontext.DataOffset = cpu_to_le16(0); in create_query_id_buf()
[all …]
H A Dsmb1ops.c236 return le16_to_cpu(rsp->DataOffset); in cifs_read_data_offset()
1255 le32_to_cpu(io->DataOffset)); in cifs_get_reparse_point_buffer()
H A Dsmb2misc.c362 *off = ((struct smb2_read_rsp *)shdr)->DataOffset; in smb2_get_data_area_len()
H A Dreparse.c587 cc->ctx.DataOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx, ea)); in ea_create_context()
H A Dsmb2ops.c2060 return rsp->DataOffset; in smb2_read_data_offset()
4230 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4259 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()