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
..
ffs_alloc.c
ffs_appleufs.c
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
ffs_extern.h
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
ffs_softdep.stub.c
ffs_subr.c
ffs_tables.c
ffs_vfsops.c
ffs_vnops.c some cleanups after the introduction of GOP_SIZE_MEM flag. 2006-03-30 12:40:06 +00:00
fs.h
Makefile
softdep.h