NetBSD/sys/ufs
perseant 90b9d9b502 Clean up accounting of lfs_uinodes (dirty but unwritten inodes).
Make lfs_uinodes a signed quantity for debugging purposes, and set it to
zero as fs mount time.

Enclose setting/clearing of the dirty flags (IN_MODIFIED, IN_ACCESSED,
IN_CLEANING) in macros, and use those macros everywhere.  Make
LFS_ITIMES use these macros; updated the ITIMES macro in inode.h to know
about this.  Make ufs_getattr use ITIMES instead of FFS_ITIMES.
2000-07-05 22:25:43 +00:00
..
ext2fs Rearrange code around getnewvnode as was already done for ffs, to avoid 2000-06-30 20:45:38 +00:00
ffs remove include of <vm/vm.h> and <uvm/uvm_extern.h> 2000-06-28 14:16:37 +00:00
lfs Clean up accounting of lfs_uinodes (dirty but unwritten inodes). 2000-07-05 22:25:43 +00:00
mfs Bitbucket MFS I/O after vfs_shutdown has started.. 2000-06-11 03:09:55 +00:00
ufs Clean up accounting of lfs_uinodes (dirty but unwritten inodes). 2000-07-05 22:25:43 +00:00
Makefile