Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Doplock.c1468 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1485 buf->ccontext.NameLength = cpu_to_le16(4); in create_lease_buf()
1580 name_len = le16_to_cpu(cc->NameLength); in smb2_find_context_vals()
1620 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_rsp_buf()
1644 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_rsp_buf()
1672 buf->ccontext.NameLength = cpu_to_le16(4); in create_mxac_rsp_buf()
1694 buf->ccontext.NameLength = cpu_to_le16(4); in create_disk_id_rsp_buf()
1729 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.c2302 name = smb_strndup_from_utf16(req->Buffer, le16_to_cpu(req->NameLength), in create_smb2_pipe()
2948 if (req->NameLength) { in smb2_open()
2950 le16_to_cpu(req->NameLength), in smb2_open()
/linux/fs/smb/client/
H A Dsmb2pdu.c1021 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
2307 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2330 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
2424 nlen = le16_to_cpu(cc->NameLength); in smb2_parse_contexts()
2502 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2546 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2634 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2721 buf->ccontext.NameLength = cpu_to_le16(4); in create_sd_buf()
2800 buf->ccontext.NameLength = cpu_to_le16(4); in create_query_id_buf()
2966 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.c4235 buf->ccontext.NameLength = cpu_to_le16(4); in smb2_create_lease_buf()
4264 buf->ccontext.NameLength = cpu_to_le16(4); in smb3_create_lease_buf()
/linux/fs/smb/common/
H A Dsmb2pdu.h1185 __le16 NameLength;
1209 __le16 NameLength; member