NetBSD/sys/ufs/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
..
dinode.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
dir.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
inode.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
quota.h Add prototype for quotactl. 1996-09-28 19:07:06 +00:00
ufs_bmap.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ufs_bswap.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ufs_extern.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ufs_ihash.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ufs_inode.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ufs_lookup.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ufs_quota.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ufs_readwrite.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ufs_vfsops.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ufs_vnops.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ufsmount.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00