Home | History | Annotate | Download | only in tests

Lines Matching defs:target

49 	static const char target[] = "mount_target";
53 int rc = mount(source, target, fstype, 15, data);
55 source, target, fstype, str_ro_nosuid_nodev_noexec,
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data);
60 source, target, fstype,
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
70 source, target, fstype,
74 rc = mount(source, target, fstype, MS_REMOUNT, data);
76 source, target, fstype, "MS_REMOUNT", data, rc, errno2name());
78 rc = mount(source, target, fstype, MS_BIND, data);
80 source, target, fstype, "MS_BIND", data, rc, errno2name());