Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c1478 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1495 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_lease_buf()
1531 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state()
1547 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state()
1596 value_off = le16_to_cpu(cc->DataOffset); in smb2_find_context_vals()
1630 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1654 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_v2_rsp_buf()
1682 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_mxac_rsp_buf()
1704 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_disk_id_rsp_buf()
1735 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.c2669 if (le16_to_cpu(context->DataOffset) + in smb2_create_sd_buffer()
2747 if (le16_to_cpu(context->DataOffset) + in parse_durable_handle_context()
2787 if (le16_to_cpu(context->DataOffset) + in parse_durable_handle_context()
2819 if (le16_to_cpu(context->DataOffset) + in parse_durable_handle_context()
2949 if (le16_to_cpu(context->DataOffset) + in smb2_open()
3109 if (le16_to_cpu(context->DataOffset) + in smb2_open()
3554 if (le16_to_cpu(az_req->ccontext.DataOffset) + in smb2_open()
6763 rsp->DataOffset = 80; in smb2_read_pipe()
6966 rsp->DataOffset = 80; in smb2_read()
7025 if ((u64)le16_to_cpu(req->DataOffset) + length > in smb2_write_pipe()
[all …]
/linux/fs/smb/client/
H A Dsmb1transport.c362 get_unaligned_le16(&pSMBt->t2_rsp.DataOffset); in coalesce_t2()
366 get_unaligned_le16(&pSMBs->t2_rsp.DataOffset); in coalesce_t2()
H A Dsmb2pdu.c1015 buf->ccontext.DataOffset = in create_posix_buf()
2314 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_buf()
2337 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2368 u8 *beg = (u8 *)cc + le16_to_cpu(cc->DataOffset); in parse_posix_ctxt()
2430 doff = le16_to_cpu(cc->DataOffset); in smb2_parse_contexts()
2509 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
2550 buf->ccontext.DataOffset = in create_reconnect_durable_v2_buf()
2641 buf->ccontext.DataOffset = cpu_to_le16(offsetof in create_twarp_buf()
2731 buf->ccontext.DataOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, sd)); in create_sd_buf()
2808 buf->ccontext.DataOffset = cpu_to_le16(0); in create_query_id_buf()
[all …]
H A Dsmb1ops.c233 return le16_to_cpu(rsp->DataOffset); in cifs_read_data_offset()
1252 le32_to_cpu(io->DataOffset)); in cifs_get_reparse_point_buffer()
H A Dsmb2misc.c363 *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.c2083 return rsp->DataOffset; in smb2_read_data_offset()
4245 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4274 buf->ccontext.DataOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
/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()