Lines Matching refs:mount
17 #include "lapi/mount.h"
54 /* A mount path */
532 * if this matches what we read from any previous mount points.
665 goto mount;
669 goto mount;
681 mount:
682 ret = mount("cgroup2", mnt_path, "cgroup2",
686 ret = mount("cgroup2", mnt_path, "cgroup2", 0, NULL);
695 tst_res(TINFO | TERRNO, "Could not mount V2 CGroups on %s", mnt_path);
712 "IO controller found on V2 root, skipping blkio mount that would unmount IO controller");
721 goto mount;
725 goto mount;
737 mount:
738 if (mount(ctrl->ctrl_name, mnt_path, "cgroup", 0, ctrl->ctrl_name)) {
740 "Could not mount V1 CGroup on %s", mnt_path);
780 * First we check if the specified controller has a known mount point,
789 * If we can't mount V2 or the controller is not on V2, then we try