NetBSD/sys/ufs/ffs
dbj 43395bd5a8 Add support for the Apple UFS variation on ffs
This is the bulk of PR #17345

The general approach is to use a run time deteriminable value
for DIRBLKSIZ.  Additional allowances are included for using
MAXSYMLINKLEN with FS_42INODEFMT and a shift in the cylinder group
cluster summary count array.  Support is added for managing
the Apple UFS volume label.
2002-09-28 20:11:05 +00:00
..
ffs_alloc.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ffs_appleufs.c Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ffs_balloc.c get the units right when computing a blkno in the ENOSPC path 2002-06-05 05:23:51 +00:00
ffs_bswap.c These sources are pulled into makefs(8), so we need config.h and protection 2002-01-31 19:19:22 +00:00
ffs_extern.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ffs_inode.c Move a brace that is in the wrong position when changes from FreeBSD 2002-09-26 21:35:27 +00:00
ffs_softdep.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
ffs_softdep.stub.c Bring over fixes from FreeBSD that weren't incorporated yet, mainly 2001-12-18 10:57:21 +00:00
ffs_subr.c Fixed a printf argument type. 2002-07-06 15:39:07 +00:00
ffs_tables.c These sources are pulled into makefs(8), so we need config.h and protection 2002-01-31 19:19:22 +00:00
ffs_vfsops.c Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
ffs_vnops.c for softdep vnodes, always write together the pages for any block that 2002-05-05 17:00:06 +00:00
fs.h Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
Makefile
softdep.h Bring over fixes from FreeBSD that weren't incorporated yet, mainly 2001-12-18 10:57:21 +00:00