NetBSD/sys/fs
hannken a3a898ff0f Add the gating of system calls that cause modifications to the underlying
file system.
The function vfs_write_suspend stops all new write operations to a file
system, allows any file system modifying system calls already in progress
to complete, then sync's the file system to disk and returns. The
function vfs_write_resume allows the suspended write operations to
complete.

From FreeBSD with slight modifications.

Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-10-15 11:28:59 +00:00
..
adosfs Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
cd9660 terminate snprintb 'new' format strings correctly. 2003-10-03 16:34:31 +00:00
filecorefs terminate snprintb 'new' format strings correctly. 2003-10-03 16:34:31 +00:00
msdosfs add mnt_iflag field to struct mount for internal flags 2003-10-14 14:02:56 +00:00
ntfs change accidentaly left debug printf to dprintf() 2003-10-06 16:47:10 +00:00
smbfs Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
union Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
Makefile