NetBSD/sys/miscfs
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
..
deadfs
fdesc move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we 2003-09-13 08:32:10 +00:00
fifofs
genfs fix a bug of lfs. 2003-09-24 10:22:53 +00:00
kernfs Changes as discussed with itojun on tech-kern. I have modified the enums 2003-09-27 13:29:02 +00:00
nullfs
overlay
portal move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we 2003-09-13 08:32:10 +00:00
procfs terminate snprintb 'new' format strings correctly. 2003-10-03 16:34:31 +00:00
specfs Set vnode size of character disk devices to that of the partition when they 2003-10-15 08:41:26 +00:00
syncfs Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
umapfs
Makefile