freebsd-src/sys/ufs/ffs
Bruce Evans 401116d519 Use smalllblktosize() instead of multiplying small block numbers
by fs->fs_bsize.  The macro is usually faster and makes it clearer
that the multiplication can't overflow.
1997-04-10 13:17:09 +00:00
..
ffs_alloc.c Add generation number randomization. Newly created filesystems wil now 1997-03-23 20:08:22 +00:00
ffs_balloc.c Use smalllblktosize() instead of multiplying small block numbers 1997-04-10 13:17:09 +00:00
ffs_extern.h
ffs_inode.c Fixed some invalid (non-atomic) accesses to `time', mostly ones of the 1997-03-22 06:53:45 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include 1997-03-24 11:25:10 +00:00
ffs_vnops.c Fixed some invalid (non-atomic) accesses to `time', mostly ones of the 1997-03-22 06:53:45 +00:00
fs.h Fixed corrupted newline and corrupted tab in previous commit. 1997-03-24 03:19:37 +00:00