NetBSD/sys/ufs/ffs
mycroft 5ac91d4849 Remove some unnecessary (int32_t) casts that would cause us to screw up the
top bit in block addresses.

Also, change some daddr_t->int32_t casts (mostly as arguments to ufs_rw32(),
where they would get promoted anyway) to u_int32_t.
2004-12-15 07:11:51 +00:00
..
Makefile
ffs_alloc.c Remove some unnecessary (int32_t) casts that would cause us to screw up the 2004-12-15 07:11:51 +00:00
ffs_appleufs.c
ffs_balloc.c Remove some unnecessary (int32_t) casts that would cause us to screw up the 2004-12-15 07:11:51 +00:00
ffs_bswap.c
ffs_extern.h
ffs_inode.c
ffs_snapshot.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
ffs_snapshot.stub.c
ffs_softdep.c Remove some unnecessary (int32_t) casts that would cause us to screw up the 2004-12-15 07:11:51 +00:00
ffs_softdep.stub.c
ffs_subr.c
ffs_tables.c
ffs_vfsops.c allow changes of the sysctl values 2004-11-21 19:21:51 +00:00
ffs_vnops.c
fs.h
softdep.h