Home
last modified time | relevance | path

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

/fs/ksmbd/
Doplock.c1471 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1488 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1577 name_len = le16_to_cpu(cc->NameLength); in smb2_find_context_vals()
1617 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_rsp_buf()
1641 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_rsp_buf()
1667 buf->ccontext.NameLength = cpu_to_le16(4); in create_mxac_rsp_buf()
1689 buf->ccontext.NameLength = cpu_to_le16(4); in create_disk_id_rsp_buf()
1722 buf->ccontext.NameLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in create_posix_rsp_buf()
Dsmb2misc.c113 le16_to_cpu(((struct smb2_create_req *)hdr)->NameLength); in smb2_get_data_area_len()
Dsmb2pdu.h586 __le16 NameLength; member
616 __le16 NameLength; member
Dsmb2pdu.c2262 name = smb_strndup_from_utf16(req->Buffer, le16_to_cpu(req->NameLength), in create_smb2_pipe()
2696 if (req->NameLength) { in smb2_open()
2705 le16_to_cpu(req->NameLength), in smb2_open()
/fs/cifs/
Dsmb2pdu.c783 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
1979 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2002 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
2096 nlen = le16_to_cpu(cc->NameLength); in smb2_parse_contexts()
2174 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2214 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2321 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2414 buf->ccontext.NameLength = cpu_to_le16(4); in create_sd_buf()
2499 buf->ccontext.NameLength = cpu_to_le16(4); in create_query_id_buf()
2651 req->NameLength = cpu_to_le16(name_len * 2); in smb311_posix_mkdir()
[all …]
Dsmb2pdu.h824 __le16 NameLength; member
861 __le16 NameLength; member
Dcifspdu.h864 __le16 NameLength; member
Dsmb2ops.c4330 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4356 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()