Home
last modified time | relevance | path

Searched refs:NameOffset (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/smb/server/ !
Doplock.c1459 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1476 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1561 name_off = le16_to_cpu(cc->NameOffset); in smb2_find_context_vals()
1600 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1624 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_rsp_buf()
1652 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_mxac_rsp_buf()
1674 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_disk_id_rsp_buf()
1709 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_posix_rsp_buf()
Dsmb2misc.c113 le16_to_cpu(((struct smb2_create_req *)hdr)->NameOffset), in smb2_get_data_area_len()
Dsmb2pdu.c2868 name = smb2_get_name((char *)req + le16_to_cpu(req->NameOffset), in smb2_open()
/linux-6.12.1/fs/smb/client/ !
Dsmb2pdu.c989 buf->ccontext.NameOffset = in create_posix_buf()
2253 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
2276 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2371 noff = le16_to_cpu(cc->NameOffset); in smb2_parse_contexts()
2443 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
2487 buf->ccontext.NameOffset = in create_reconnect_durable_v2_buf()
2576 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_twarp_buf()
2664 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()
2742 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_query_id_buf()
2889 req->NameOffset = cpu_to_le16(sizeof(struct smb2_create_req)); in smb311_posix_mkdir()
[all …]
Dreparse.c339 cc->ctx.NameOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx, in ea_create_context()
Dsmb2ops.c4105 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4131 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
/linux-6.12.1/fs/smb/common/ !
Dsmb2pdu.h1211 __le16 NameOffset;
1235 __le16 NameOffset; member