NetBSD/sys/ufs/ffs
christos e62c8fd824 Missed a conditional for FFS_EI; appears when we compile without -Ox 1998-10-04 18:07:57 +00:00
..
Makefile
ffs_alloc.c Back out part of last change (uninitialized work-around). 1998-08-18 18:15:41 +00:00
ffs_balloc.c
ffs_bswap.c bzero->memset, bcopy->memcpy, bcmp->memcmp 1998-08-09 20:15:38 +00:00
ffs_extern.h Use the pool allocator and the "nointr" pool page allocator for FFS inodes. 1998-09-01 03:11:08 +00:00
ffs_inode.c Missed a conditional for FFS_EI; appears when we compile without -Ox 1998-10-04 18:07:57 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Use the pool allocator and the "nointr" pool page allocator for FFS inodes. 1998-09-01 03:11:08 +00:00
ffs_vnops.c Use the pool allocator and the "nointr" pool page allocator for FFS inodes. 1998-09-01 03:11:08 +00:00
fs.h