Home
last modified time | relevance | path

Searched refs:SMB_FLAGS2_DFS (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_directory.c436 if ((sr->smb_flg2 & SMB_FLAGS2_DFS) && smb_node_is_dfslink(node)) { in smb_com_check_directory()
H A Dsmb_pathname.c214 is_dfs = sr->smb_flg2 & SMB_FLAGS2_DFS; in smb_pathname_reduce()
H A Dsmb_query_fileinfo.c343 if ((sr->smb_flg2 & SMB_FLAGS2_DFS) && smb_node_is_dfslink(node)) { in smb_query_by_path()
/titanic_50/usr/src/uts/common/netsmb/
H A Dsmb.h110 #define SMB_FLAGS2_DFS 0x1000 /* resolve paths in DFS */ macro
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb.h399 #define SMB_FLAGS2_DFS 0x1000 macro