freebsd-dev/sys/gnu/ext2fs
Julian Elischer b1f4a44b03 Reviewed by: various.
Ever since I first say the way the mount flags were used I've hated the
fact that modes, and events, internal and exported, and short-term
and long term flags are all thrown together. Finally it's annoyed me enough..
This patch to the entire FreeBSD tree adds a second mount flag word
to the mount struct. it is not exported to userspace. I have moved
some of the non exported flags over to this word. this means that we now
have 8 free bits in the mount flags. There are another two that might
well move over, but which I'm not sure about.
The only user visible change would have been in pstat -v, except
that davidg has disabled it anyhow.
I'd still like to move the state flags and the 'command' flags
apart from each other.. e.g. MNT_FORCE really doesn't have the
same semantics as MNT_RDONLY, but that's left  for another day.
1997-11-12 05:42:33 +00:00
..
COPYRIGHT.INFO Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_alloc.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_balloc.c Removed unused #includes. 1997-06-14 14:17:07 +00:00
ext2_bmap.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
ext2_extern.h Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_fs_i.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_fs_sb.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_fs.h Use __i386__ instead of i386 in ifdefs. 1997-04-01 15:10:38 +00:00
ext2_ihash.c IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags 1997-10-15 07:32:45 +00:00
ext2_inode_cnv.c Removed unused #includes. 1997-06-14 14:17:07 +00:00
ext2_inode.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_linux_balloc.c Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
ext2_linux_ialloc.c `numdirtybuffers' was not maintained properly. This caused excessive 1997-10-07 11:10:18 +00:00
ext2_lookup.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_mount.h Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_readwrite.c Another VFS cleanup "kilo commit" 1997-10-16 20:32:40 +00:00
ext2_subr.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_vfsops.c Reviewed by: various. 1997-11-12 05:42:33 +00:00
ext2_vnops.c Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
fs.h Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
i386-bitops.h ext2_inode_cnv.c: 1995-11-09 08:41:25 +00:00
inode.h Make a set of VOP standard lock, unlock & islocked VOP operators, which 1997-10-17 12:36:19 +00:00