NetBSD/sys/ufs/ffs
kristerw 07936511f0 The C language does not permit statements of the form
(X ? Y : Z) = 0;
even though gcc handles this by a stupid extension.

Transform these to correct C.

Approved by fvdl.
2003-05-15 20:25:31 +00:00
..
Makefile
ffs_alloc.c The C language does not permit statements of the form 2003-05-15 20:25:31 +00:00
ffs_appleufs.c use be32toh instead of ntohl, etc. 2002-11-02 19:31:09 +00:00
ffs_balloc.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
ffs_bswap.c use bswap32 and bswap64 correctly. 2003-04-16 14:20:25 +00:00
ffs_extern.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
ffs_inode.c The C language does not permit statements of the form 2003-05-15 20:25:31 +00:00
ffs_softdep.c The C language does not permit statements of the form 2003-05-15 20:25:31 +00:00
ffs_softdep.stub.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
ffs_subr.c Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +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 make sure we update fs_fsmnt. 2003-05-03 16:24:35 +00:00
ffs_vnops.c ffs_reclaim may be called while the dinode pointer in the inode structure 2003-04-16 07:38:25 +00:00
fs.h * Use the old and new time fields in the superblock as well as a few others 2003-04-05 13:37:36 +00:00
softdep.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00