Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c351 SMB_TREE_VALID(tree); in smb_tree_hold()
377 SMB_TREE_VALID(tree); in smb_tree_hold_internal()
394 SMB_TREE_VALID(tree); in smb_tree_release()
1004 SMB_TREE_VALID(tree); in smb_tree_dealloc()
H A Dsmb_session.c1126 SMB_TREE_VALID(tree); in smb_session_tree_kill()
1156 SMB_TREE_VALID(tree); in smb_session_disconnect_share()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1101 #define SMB_TREE_VALID(p) \ macro