Home
last modified time | relevance | path

Searched refs:NameLength (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Doplock.c1356 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1374 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1406 if (le16_to_cpu(cc->NameLength) != 4 || in parse_lease_state()
1475 name_len = le16_to_cpu(cc->NameLength); in smb2_find_context_vals()
1515 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_rsp_buf()
1539 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_rsp_buf()
1565 buf->ccontext.NameLength = cpu_to_le16(4); in create_mxac_rsp_buf()
1587 buf->ccontext.NameLength = cpu_to_le16(4); in create_disk_id_rsp_buf()
1616 buf->ccontext.NameLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in create_posix_rsp_buf()
Dsmb2misc.c124 *len = le16_to_cpu(((struct smb2_create_req *)hdr)->NameLength); in smb2_get_data_area_len()
Dsmb2pdu.h594 __le16 NameLength; member
624 __le16 NameLength; member
Dsmb2pdu.c2084 name = smb_strndup_from_utf16(req->Buffer, le16_to_cpu(req->NameLength), in create_smb2_pipe()
2508 if (req->NameLength) { in smb2_open()
2518 le16_to_cpu(req->NameLength), in smb2_open()
/Linux-v5.15/fs/cifs/
Dsmb2pdu.c771 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
1966 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
1989 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
2074 if (le16_to_cpu(cc->NameLength) == 4 && in smb2_parse_contexts()
2078 else if (buf && (le16_to_cpu(cc->NameLength) == 4) && in smb2_parse_contexts()
2081 else if ((le16_to_cpu(cc->NameLength) == 16)) { in smb2_parse_contexts()
2142 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2182 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2289 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2382 buf->ccontext.NameLength = cpu_to_le16(4); in create_sd_buf()
[all …]
Dsmb2pdu.h824 __le16 NameLength; member
861 __le16 NameLength; member
Dcifspdu.h864 __le16 NameLength; member
Dsmb2ops.c4296 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4322 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
Dcifssmb.c1243 req->NameLength = cpu_to_le16(name_len); in CIFS_open()
1249 req->NameLength = cpu_to_le16(name_len); in CIFS_open()