Home | History | Annotate | Download | only in server

Lines Matching defs:ifaceName

567     std::string ifaceName;
583 ifaceName = ifn;
591 if (*it == ifaceName)
606 sharedQuotaIfaces.push_front(ifaceName);
635 std::string ifaceName;
645 ifaceName = ifn;
648 if (*it == ifaceName)
675 std::string ifaceName;
696 ifaceName = ifn;
701 if (it->ifaceName == ifaceName)
720 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0));
772 std::string ifaceName;
781 ifaceName = ifn;
784 if (it->ifaceName == ifaceName)
994 if (it->ifaceName == iface)
1015 if (it->ifaceName == iface)
1307 /* Exclusions: "shared" is not an ifacename */