Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree_connect.c74 tcon->optional_support = 0; in smb_pre_tree_connect()
265 tcon->optional_support = 0; in smb_pre_tree_connect_andx()
318 tcon->optional_support, in smb_com_tree_connect_andx()
H A Dsmb_tree.c684 sr->sr_tcon.optional_support = SMB_SUPPORT_SEARCH_BITS; in smb_tree_connect_disk()
688 sr->sr_tcon.optional_support |= SMB_CSC_CACHE_NONE; in smb_tree_connect_disk()
691 sr->sr_tcon.optional_support |= SMB_CSC_CACHE_AUTO_REINT; in smb_tree_connect_disk()
694 sr->sr_tcon.optional_support |= SMB_CSC_CACHE_VDO; in smb_tree_connect_disk()
706 sr->sr_tcon.optional_support |= in smb_tree_connect_disk()
710 sr->sr_tcon.optional_support |= SMB_SHARE_IS_IN_DFS; in smb_tree_connect_disk()
714 sr->arg.tcon.optional_support |= SMB_UNIQUE_FILE_NAME; in smb_tree_connect_disk()
806 sr->sr_tcon.optional_support = SMB_SUPPORT_SEARCH_BITS; in smb_tree_connect_printq()
846 sr->sr_tcon.optional_support = SMB_SUPPORT_SEARCH_BITS; in smb_tree_connect_ipc()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h721 uint16_t optional_support; member