NetBSD/sys/ufs/ffs
bouyer 091dafd39f Add support for reading/writing FFS in non-native byte order, conditioned
to "options FFS_EI". The superblock and inodes (without blk addr) are
byteswapped at disk read/write time, other metadatas are byteswapped
when used (as they are acceeded directly in the buffer cache).
This required the addition of a "um_flags" field to struct ufsmount.
ffs_bswap.c contains superblock and inode byteswap routines also used
by userland utilities.
1998-03-18 15:57:26 +00:00
..
ffs_alloc.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_balloc.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_bswap.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_extern.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_inode.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_subr.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_tables.c
ffs_vfsops.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs_vnops.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
fs.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00