Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2pdu.c723 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
1850 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
1873 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
1917 if (le16_to_cpu(cc->NameLength) == 4 && in smb2_parse_contexts()
1921 else if (buf && (le16_to_cpu(cc->NameLength) == 4) && in smb2_parse_contexts()
1975 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2015 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2122 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2165 buf->ccontext.NameLength = cpu_to_le16(4); in create_query_id_buf()
2315 req->NameLength = cpu_to_le16(name_len * 2); in smb311_posix_mkdir()
[all …]
Dsmb2pdu.h688 __le16 NameLength; member
725 __le16 NameLength; member
Dcifspdu.h897 __le16 NameLength; member
Dsmb2ops.c3439 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
3465 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
Dcifssmb.c1429 req->NameLength = cpu_to_le16(name_len); in CIFS_open()
1435 req->NameLength = cpu_to_le16(name_len); in CIFS_open()