Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.c716 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
1893 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
1916 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
2001 if (le16_to_cpu(cc->NameLength) == 4 && in smb2_parse_contexts()
2005 else if (buf && (le16_to_cpu(cc->NameLength) == 4) && in smb2_parse_contexts()
2008 else if ((le16_to_cpu(cc->NameLength) == 16)) { in smb2_parse_contexts()
2069 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2109 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2216 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2309 buf->ccontext.NameLength = cpu_to_le16(4); in create_sd_buf()
[all …]
Dsmb2pdu.h792 __le16 NameLength; member
829 __le16 NameLength; member
Dcifspdu.h897 __le16 NameLength; member
Dsmb2ops.c3890 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
3916 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
Dcifssmb.c1356 req->NameLength = cpu_to_le16(name_len); in CIFS_open()
1362 req->NameLength = cpu_to_le16(name_len); in CIFS_open()