Searched refs:SMB_MSGBUF_UNICODE (Results 1 – 5 of 5) sorted by relevance
61 #define SMB_MSGBUF_UNICODE 0x00000001 macro
319 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_decode()550 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_encode()
434 smb_msgbuf_init(&mb, wcbuf, wclen, SMB_MSGBUF_UNICODE); in smb_com_negotiate()
247 SMB_MSGBUF_UNICODE); in smb_com_trans2_query_fs_information()
736 mb_flags = (sr->smb_flg2 & SMB_FLAGS2_UNICODE) ? SMB_MSGBUF_UNICODE : 0; in smb_trans2_find_mbc_encode()