Searched refs:SMB_OPT_WALK (Results 1 – 1 of 1) sorted by relevance
66 #define SMB_OPT_WALK 0x00000100 macro130 { "-w", SMB_OPT_WALK },550 if (!(opts & ~(SMB_OPT_WALK | SMB_OPT_VERBOSE))) in smblist_dcmd()553 opts |= SMB_OPT_WALK; in smblist_dcmd()684 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SERVER)) || in smbsrv_dcmd()685 !(opts & SMB_OPT_WALK)) { in smbsrv_dcmd()874 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SESSION)) || in smbsess_dcmd()875 !(opts & SMB_OPT_WALK)) { in smbsess_dcmd()1004 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_REQUEST)) || in smbreq_dcmd()1005 !(opts & SMB_OPT_WALK)) { in smbreq_dcmd()[all …]