Searched refs:SMB_USER_FLAG_GUEST (Results 1 – 2 of 2) sorted by relevance
953 #define SMB_USER_FLAG_GUEST SMB_ATF_GUEST macro960 #define SMB_USER_IS_GUEST(U) (((U)->u_flags & SMB_USER_FLAG_GUEST) != 0)
592 if ((user->u_flags & SMB_USER_FLAG_GUEST) && in smb_tree_chkaccess()