NetBSD/sys/ufs/ext2fs
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
..
ext2fs_alloc.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_balloc.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_bmap.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_bswap.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_dinode.h Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_dir.h Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_extern.h Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_inode.c Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
ext2fs_lookup.c
ext2fs_readwrite.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_subr.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs_vfsops.c add mnt_iflag field to struct mount for internal flags 2003-10-14 14:02:56 +00:00
ext2fs_vnops.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ext2fs.h Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
Makefile