NetBSD/sys/ufs/ext2fs
bouyer 09cf6dacdf Fix bad cut&paste from ufs code: we can't align uio_resid to a directory
block size boundary, because size of the returned dir entry may be bigger than
the one read.
1997-08-04 09:11:00 +00:00
..
ext2fs.h The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_alloc.c The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_balloc.c The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_bmap.c ufs_getlbns needs an array of NIADDR+1 struct indir's, and not NIADDR. 1997-07-24 17:18:03 +00:00
ext2fs_dinode.h The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_dir.h The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_extern.h The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_inode.c Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many 1997-07-04 20:22:09 +00:00
ext2fs_lookup.c Fix bad cut&paste from ufs code: we can't align uio_resid to a directory 1997-08-04 09:11:00 +00:00
ext2fs_readwrite.c Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many 1997-07-04 20:22:09 +00:00
ext2fs_subr.c The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_vfsops.c Add a lock locking around inode hashing. 1997-07-17 16:56:44 +00:00
ext2fs_vnops.c Sync with ufs/ufs: 1997-07-01 07:34:03 +00:00