Searched refs:SMB_OPT_WALK (Results 1 – 1 of 1) sorted by relevance
55 #define SMB_OPT_WALK 0x00000100 macro102 { "-w", SMB_OPT_WALK },560 if (!(opts & ~(SMB_OPT_WALK | SMB_OPT_VERBOSE))) in smb_dcmd_list()563 opts |= SMB_OPT_WALK; in smb_dcmd_list()629 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SERVER)) || in smb_dcmd_server()630 !(opts & SMB_OPT_WALK)) { in smb_dcmd_server()741 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SESSION)) || in smb_dcmd_session()742 !(opts & SMB_OPT_WALK)) { in smb_dcmd_session()872 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_REQUEST)) || in smb_dcmd_request()873 !(opts & SMB_OPT_WALK)) { in smb_dcmd_request()[all …]