Home
last modified time | relevance | path

Searched refs:SMB_TREE_SHORTNAMES (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_setinfo_file.c306 if ((of->f_tree->t_flags & SMB_TREE_SHORTNAMES) == 0) in smb2_setf_shortname()
H A Dsmb_tree.c755 if (tree->t_flags & SMB_TREE_SHORTNAMES) in smb_tree_connect_disk()
1247 flags |= SMB_TREE_SHORTNAMES; in smb_tree_get_flags()
H A Dsmb2_qinfo_file.c555 if ((of->f_tree->t_flags & SMB_TREE_SHORTNAMES) == 0) in smb2_qif_altname()
H A Dsmb_query_fileinfo.c769 if (!smb_tree_has_feature(sr->tid_tree, SMB_TREE_SHORTNAMES)) { in smb_query_fileinfo()
H A Dsmb_odir.c968 if (smb_tree_has_feature(tree, SMB_TREE_SHORTNAMES)) in smb_odir_create()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1114 #define SMB_TREE_SHORTNAMES 0x00000080 macro
1210 smb_tree_has_feature((sr)->tid_tree, SMB_TREE_SHORTNAMES) : 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1593 SMB_TREE_SHORTNAMES,
1594 SMB_TREE_SHORTNAMES },