Lines Matching refs:target
896 const char *source, const char *target,
903 if (realpath(target, mpath)) {
909 "Cannot resolve the absolute path of %s", target);
916 rval = mount(source, target, filesystemtype, mountflags, data);
933 filesystemtype, source, target);
944 "mount(%s, %s, %s, %lu, %p) failed", source, target,
949 source, target, filesystemtype, mountflags, data,
957 const char *target)
962 if (realpath(target, mpath)) {
966 "Cannot resolve the absolute path of %s", target);
969 rval = tst_umount(target);
973 "umount(%s) failed", target);
976 "Invalid umount(%s) return value %d", target, rval);