Searched refs:SMB_OPT_WALK (Results 1 – 1 of 1) sorted by relevance
67 #define SMB_OPT_WALK 0x00000100 macro131 { "-w", SMB_OPT_WALK },551 if (!(opts & ~(SMB_OPT_WALK | SMB_OPT_VERBOSE))) in smblist_dcmd()554 opts |= SMB_OPT_WALK; in smblist_dcmd()685 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SERVER)) || in smbsrv_dcmd()686 !(opts & SMB_OPT_WALK)) { in smbsrv_dcmd()875 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SESSION)) || in smbsess_dcmd()876 !(opts & SMB_OPT_WALK)) { in smbsess_dcmd()1005 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_REQUEST)) || in smbreq_dcmd()1006 !(opts & SMB_OPT_WALK)) { in smbreq_dcmd()[all …]