Home
last modified time | relevance | path

Searched refs:InfoType (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h966 __u8 InfoType; member
1651 __u8 InfoType; member
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c545 if ((req->InfoType == SMB2_O_INFO_FILE && in smb2_allocate_rsp_buf()
548 req->InfoType == SMB2_O_INFO_SECURITY) in smb2_allocate_rsp_buf()
5668 switch (req->InfoType) { in smb2_query_info()
5682 ksmbd_debug(SMB, "InfoType %d not supported yet\n", in smb2_query_info()
5683 req->InfoType); in smb2_query_info()
6453 switch (req->InfoType) { in smb2_set_info()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c3771 req->InfoType = info_type; in SMB2_query_info_init()
5501 req->InfoType = info_type; in SMB2_set_info_init()
5760 req->InfoType = SMB2_O_INFO_FILESYSTEM; in build_qfs_info_req()