Home
last modified time | relevance | path

Searched refs:has_root (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/remount-fs/
Dremount-fs.c76 bool has_root = false; in run() local
100 has_root = true; in run()
107 if (!has_root) { in run()
/systemd-251/src/network/tc/
Dqdisc.c527 static int qdisc_section_verify(QDisc *qdisc, bool *has_root, bool *has_clsact) { in qdisc_section_verify() argument
531 assert(has_root); in qdisc_section_verify()
544 if (*has_root) in qdisc_section_verify()
549 *has_root = true; in qdisc_section_verify()
563 bool has_root = false, has_clsact = false; in network_drop_invalid_qdisc() local
569 if (qdisc_section_verify(qdisc, &has_root, &has_clsact) < 0) in network_drop_invalid_qdisc()