Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c1444 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1461 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1557 name_off = le16_to_cpu(cc->NameOffset); in smb2_find_context_vals()
1596 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1620 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_rsp_buf()
1648 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_mxac_rsp_buf()
1670 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_disk_id_rsp_buf()
1705 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_posix_rsp_buf()
H A Dsmb2misc.c113 le16_to_cpu(((struct smb2_create_req *)hdr)->NameOffset), in smb2_get_data_area_len()
/linux/fs/smb/client/
H A Dsmb2pdu.c986 buf->ccontext.NameOffset = in create_posix_buf()
2245 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
2268 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2363 noff = le16_to_cpu(cc->NameOffset); in smb2_parse_contexts()
2440 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
2484 buf->ccontext.NameOffset = in create_reconnect_durable_v2_buf()
2573 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_twarp_buf()
2661 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()
2739 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_query_id_buf()
2886 req->NameOffset in smb311_posix_mkdir()
[all...]
H A Dreparse.c582 cc->ctx.NameOffset = cpu_to_le16(offsetof(struct smb2_create_ea_ctx, in ea_create_context()
H A Dsmb2ops.c4101 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4130 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
/linux/fs/smb/common/
H A Dsmb2pdu.h1214 __le16 NameOffset;
1238 __le16 NameOffset; member