Home | History | Annotate | Download | only in cgroup_xattr

Lines Matching defs:hier

53 	int hier;
263 int hier = 0, num = 0, enabled = 0, first = 1;
272 name, &hier, &num, &enabled) != 4)
288 if (hier != 0 && tst_kvercmp(3, 15, 0) < 0)
293 if (cgrp_opt[i].hier == hier) {
300 cgrp_opt[i].hier = hier;
314 tst_resm(TINFO, "mount options %d: %s (hier = %d)",
315 i, opt->str, opt->hier);
316 snprintf(opt->dir, MAX_DIR_NAME, "cgx_%d", opt->hier);