Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Doplock.c1361 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1378 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_lease_buf()
1411 name = le16_to_cpu(cc->NameOffset) + (char *)cc; in parse_lease_state()
1478 name_off = le16_to_cpu(cc->NameOffset); in smb2_find_context_vals()
1517 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_rsp_buf()
1541 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_rsp_buf()
1567 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_mxac_rsp_buf()
1589 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_disk_id_rsp_buf()
1624 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_posix_rsp_buf()
Dsmb2misc.c117 *off = le16_to_cpu(((struct smb2_create_req *)hdr)->NameOffset); in smb2_get_data_area_len()
/Linux-v6.1/fs/cifs/
Dsmb2pdu.c799 buf->ccontext.NameOffset = in create_posix_buf()
2034 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_buf()
2057 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_reconnect_durable_buf()
2143 name = le16_to_cpu(cc->NameOffset) + (char *)cc; in smb2_parse_contexts()
2210 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_durable_v2_buf()
2249 buf->ccontext.NameOffset = in create_reconnect_durable_v2_buf()
2357 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_twarp_buf()
2451 buf->ccontext.NameOffset = cpu_to_le16(offsetof(struct crt_sd_ctxt, Name)); in create_sd_buf()
2535 buf->ccontext.NameOffset = cpu_to_le16(offsetof in create_query_id_buf()
2670 req->NameOffset = cpu_to_le16(sizeof(struct smb2_create_req)); in smb311_posix_mkdir()
[all …]
Dsmb2ops.c4114 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb2_create_lease_buf()
4140 buf->ccontext.NameOffset = cpu_to_le16(offsetof in smb3_create_lease_buf()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h1115 __le16 NameOffset; member
1136 __le16 NameOffset; member