Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree_connect.c101 tcon->optional_support = 0; in smb_pre_tree_connect()
292 tcon->optional_support = 0; in smb_pre_tree_connect_andx()
345 tcon->optional_support, in smb_com_tree_connect_andx()
H A Dsmb_tree.c699 tcon->optional_support = SMB_SUPPORT_SEARCH_BITS; in smb_tree_connect_disk()
703 tcon->optional_support |= SMB_CSC_CACHE_NONE; in smb_tree_connect_disk()
706 tcon->optional_support |= SMB_CSC_CACHE_AUTO_REINT; in smb_tree_connect_disk()
709 tcon->optional_support |= SMB_CSC_CACHE_VDO; in smb_tree_connect_disk()
721 tcon->optional_support |= in smb_tree_connect_disk()
725 tcon->optional_support |= SMB_SHARE_IS_IN_DFS; in smb_tree_connect_disk()
729 sr->arg.tcon.optional_support |= SMB_UNIQUE_FILE_NAME; in smb_tree_connect_disk()
818 tcon->optional_support = SMB_SUPPORT_SEARCH_BITS; in smb_tree_connect_printq()
861 tcon->optional_support = SMB_SUPPORT_SEARCH_BITS; in smb_tree_connect_ipc()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h745 uint16_t optional_support; member