NetBSD/sys/ufs/ffs
dbj fe7c786886 add mnt_iflag field to struct mount for internal flags
mv MNT_GONE, MNT_UNMOUNT and MNT_WANTRDWR to this field
additonally add mnt_writeopcountupper and mnt_writeopcountlower fields
in preparation for pending write suspension support work
bump kernel version to 1.6ZD
2003-10-14 14:02:56 +00:00
..
Makefile
ffs_alloc.c use arc4random instead of random (mask with INT32_MAX to avoid getting 2003-09-05 21:58:35 +00:00
ffs_appleufs.c Whitespace nits. 2003-10-13 17:07:55 +00:00
ffs_balloc.c
ffs_bswap.c Remove references to University of California from my copyright notices. 2003-10-05 17:48:49 +00:00
ffs_extern.h
ffs_inode.c
ffs_softdep.c add mnt_iflag field to struct mount for internal flags 2003-10-14 14:02:56 +00:00
ffs_softdep.stub.c
ffs_subr.c
ffs_tables.c
ffs_vfsops.c add mnt_iflag field to struct mount for internal flags 2003-10-14 14:02:56 +00:00
ffs_vnops.c
fs.h Declare fs_old_flags and fs_flags as unsigned. 2003-09-29 20:34:23 +00:00
softdep.h