NetBSD/sys/ufs/ffs
fvdl e80c0648b1 The modified flag must be cleared before the last sbupdate call in
unmount, because ffs_flushfiles or softdep_flushfiles may have
modified the filesystem (despite VFS_SYNC having been called first).
2003-03-31 21:02:12 +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 The modified flag must be cleared before the last sbupdate call in 2003-03-31 21:02:12 +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