NetBSD/sys/ufs/ffs
dsl bd99e3429d Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL
and VOP_ADVLOCK, delete casts from callers (and some to copyin/out).
2003-03-21 23:11:19 +00:00
..
ffs_alloc.c More printf format cleanup to reduce casts. 2003-01-26 06:42:31 +00:00
ffs_appleufs.c use be32toh instead of ntohl, etc. 2002-11-02 19:31:09 +00:00
ffs_balloc.c ffs_gop_alloc() is not used any more. Remove it. 2003-03-15 01:10:18 +00:00
ffs_bswap.c
ffs_extern.h ffs_gop_alloc() is not used any more. Remove it. 2003-03-15 01:10:18 +00:00
ffs_inode.c The oldblks and newblks arrays are used to store direct copies of 2003-01-25 16:40:28 +00:00
ffs_softdep.c Make the buffer cache code MP-safe. 2003-02-05 21:38:38 +00:00
ffs_softdep.stub.c Bump daddr_t to 64 bits. Replace it with int32_t in all places where 2003-01-24 21:55:02 +00:00
ffs_subr.c Use PRId64 instead of hard coding "%lld" to fix build problems under 2003-01-25 18:12:31 +00:00
ffs_tables.c
ffs_vfsops.c Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
ffs_vnops.c Add code to UBCify LFS. This is still behind "#ifdef LFS_UBC" for now 2003-02-17 23:48:08 +00:00
fs.h Bump daddr_t to 64 bits. Replace it with int32_t in all places where 2003-01-24 21:55:02 +00:00
Makefile
softdep.h Bump daddr_t to 64 bits. Replace it with int32_t in all places where 2003-01-24 21:55:02 +00:00