Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c1483 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1500 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1595 name_len = le16_to_cpu(cc->NameLength); in smb2_find_context_vals()
1635 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_rsp_buf()
1659 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_rsp_buf()
1687 buf->ccontext.NameLength = cpu_to_le16(4); in create_mxac_rsp_buf()
1709 buf->ccontext.NameLength = cpu_to_le16(4); in create_disk_id_rsp_buf()
1744 buf->ccontext.NameLength = cpu_to_le16(POSIX_CTXT_DATA_LEN); in create_posix_rsp_buf()
H A Dsmb2misc.c115 le16_to_cpu(((struct smb2_create_req *)hdr)->NameLength); in smb2_get_data_area_len()
H A Dsmb2pdu.c2310 name = smb_strndup_from_utf16(req->Buffer, le16_to_cpu(req->NameLength), in create_smb2_pipe()
2962 if (req->NameLength) { in smb2_open()
2964 le16_to_cpu(req->NameLength), in smb2_open()
/linux/fs/smb/client/
H A Dsmb2pdu.c1020 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
2319 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2342 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
2436 nlen = le16_to_cpu(cc->NameLength); in smb2_parse_contexts()
2514 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2558 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2646 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2733 buf->ccontext.NameLength = cpu_to_le16(4); in create_sd_buf()
2812 buf->ccontext.NameLength = cpu_to_le16(4); in create_query_id_buf()
2978 req->NameLength = cpu_to_le16(name_len * 2); in smb311_posix_mkdir()
[all …]
H A Dreparse.c585 cc->ctx.NameLength = cpu_to_le16(4); in ea_create_context()
H A Dsmb2ops.c4250 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4279 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
/linux/fs/smb/common/
H A Dsmb2pdu.h1171 __le16 NameLength;
1195 __le16 NameLength; member