NetBSD/sys/ufs
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
..
ext2fs Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ffs Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
lfs Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
mfs Remove accidentally enabled mfs_mountroot from vfsops struct. 1998-03-01 22:16:01 +00:00
ufs Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00