Lines Matching refs:NameLength
773 buf->ccontext.NameLength = cpu_to_le16(16); in create_posix_buf()
2011 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_buf()
2034 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_buf()
2119 if (le16_to_cpu(cc->NameLength) == 4 && in smb2_parse_contexts()
2123 else if (buf && (le16_to_cpu(cc->NameLength) == 4) && in smb2_parse_contexts()
2126 else if ((le16_to_cpu(cc->NameLength) == 16)) { in smb2_parse_contexts()
2187 buf->ccontext.NameLength = cpu_to_le16(4); in create_durable_v2_buf()
2227 buf->ccontext.NameLength = cpu_to_le16(4); in create_reconnect_durable_v2_buf()
2334 buf->ccontext.NameLength = cpu_to_le16(4); in create_twarp_buf()
2427 buf->ccontext.NameLength = cpu_to_le16(4); in create_sd_buf()
2512 buf->ccontext.NameLength = cpu_to_le16(4); in create_query_id_buf()
2665 req->NameLength = cpu_to_le16(name_len * 2); in smb311_posix_mkdir()
2673 req->NameLength = cpu_to_le16(uni_path_len - 2); in smb311_posix_mkdir()
2806 req->NameLength = cpu_to_le16(name_len * 2); in SMB2_open_init()
2812 req->NameLength = cpu_to_le16(uni_path_len - 2); in SMB2_open_init()