Searched refs:ffs_sync (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tools/test/stress2/misc/
H A Dffs_sync.sh32 # http://people.freebsd.org/~pho/stress/log/ffs_sync.txt
38 sed '1,/^EOF/d' < $here/$0 > ffs_sync.c
39 mycc -o ffs_sync -Wall -Wextra ffs_sync.c || exit 1
40 rm -f ffs_sync.c
52 su $testuser -c "cd $mntpoint; /tmp/ffs_sync" &
54 killall -q ffs_sync
55 killall -q ffs_sync
61 rm -f /tmp/ffs_sync
/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c101 static vfs_sync_t ffs_sync; variable
113 .vfs_sync = ffs_sync,
1674 ffs_sync(struct mount *mp, int waitfor) function
1695 panic("%s: ffs_sync: modification on read-only filesystem",

Completed in 199 milliseconds