Lines Matching +full:sync +full:- +full:token
38 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
45 mycc -o suj23 -Wall -Wextra -O2 suj23.c
46 rm -f suj23.c
48 mount | grep "on $mntpoint " | grep -q md$mdstart && umount $mntpoint
49 [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart
51 mdconfig -a -t swap -s 1g -u $mdstart
52 newfs -j md$mdstart > /dev/null
56 su $testuser -c '/tmp/suj23'
58 while mount | grep -q "on $mntpoint "; do
61 mdconfig -d -u $mdstart
62 rm -f /tmp/suj23
70 * of the License at http://www.apache.org/licenses/LICENSE-2.0
310 char *token[] = {NULL, NULL, NULL, NULL, NULL};
316 token[0] = "gcore";
317 token[1] = "-c";
318 token[2] = bstg_pathstore_get();
319 token[3] = buf;
320 assert(token[4] == NULL);
325 execve("/usr/bin/gcore", token, environ);
341 static int fd = -1;
343 if (fd == -1) {
377 if (mkdir(*pdir, 0777) == -1)
385 sync(); function
428 if (time(NULL) - start > RUNTIME)