NetBSD/sys/ufs/ffs
mlelstv 748a0d77b1 Fix block shift to work with different device block sizes.
Unlike other filesystems this has some side issues because
the shift values are stored in the superblock and because
userland utitlies share the same fsbtodb macros.

-> the kernel now ignores the value stored in the superblock.
-> the macro adaption is only done for defined(_KERNEL) code.
2010-01-31 10:54:10 +00:00
..
Makefile
ffs_alloc.c
ffs_appleufs.c
ffs_balloc.c
ffs_bswap.c
ffs_extern.h
ffs_inode.c
ffs_snapshot.c
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Fix block shift to work with different device block sizes. 2010-01-31 10:54:10 +00:00
ffs_vnops.c
ffs_wapbl.c
fs.h Fix block shift to work with different device block sizes. 2010-01-31 10:54:10 +00:00