NetBSD/sys/ufs/ext2fs
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.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_alloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_balloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_bmap.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_bswap.c Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_dinode.h Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_dir.h
ext2fs_extern.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_inode.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_lookup.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_readwrite.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_subr.c ext2fs_checkoverlap is (or at least seems) unused, and its prototype is 1998-03-04 06:50:25 +00:00
ext2fs_vfsops.c Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
ext2fs_vnops.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00