NetBSD/sys/ufs/ffs
yamt c5fcdd1719 some cleanups after the introduction of GOP_SIZE_MEM flag.
- remove GOP_SIZE_READ/GOP_SIZE_WRITE flags.
  they have not been used since the change.
- ufs_balloc_range: remove code which has been no-op since the change.
  thanks Konrad Schroder for explaining the original intention of the code.
- ffs_gop_size: don't extend past eof, in the case of GOP_SIZE_MEM.
  otherwise genfs_getpages end up to allocate pages past eof unnecessarily.
2006-03-30 12:40:06 +00:00
..
Makefile
ffs_alloc.c prevent in-core vnode being freed from getting new references. 2005-12-23 15:31:40 +00:00
ffs_appleufs.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_balloc.c ffs_balloc*(): Add an assertion for "bpp != NULL" if B_METAONLY is set. 2006-03-23 11:16:47 +00:00
ffs_bswap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_extern.h - unify ffs_blkatoff and lfs_blkatoff. 2006-01-14 17:41:16 +00:00
ffs_inode.c Fix dead error condition, coverity ID 747. 2006-03-18 13:56:51 +00:00
ffs_snapshot.c don't use MALLOC with a non-constant size; use malloc instead. 2006-03-17 23:29:07 +00:00
ffs_softdep.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
ffs_softdep.stub.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_subr.c - unify ffs_blkatoff and lfs_blkatoff. 2006-01-14 17:41:16 +00:00
ffs_tables.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffs_vfsops.c Use device_class() instead of accessing dv_class directly. 2006-02-21 04:32:38 +00:00
ffs_vnops.c some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
fs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
softdep.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00