NetBSD/sys/ufs/ext2fs
bouyer 89f2b833f4 Uses ext2fs_vinit not ufs_vinit.
In ext2fs, an inode is deleted either when mode == 0 or dtime != 0. If
  dtime != 0, reset others fields before using the inode, or we could end
  up with the wrong v_op in ext2fs_vinit.
While I'm there, kill a unused variable in ext2fs_readwrite
1997-10-23 11:41:16 +00:00
..
ext2fs.h Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_alloc.c Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_balloc.c Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_bmap.c Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +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 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 Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_lookup.c Update for 64 bits directory cookies. 1997-10-10 10:00:12 +00:00
ext2fs_readwrite.c Uses ext2fs_vinit not ufs_vinit. 1997-10-23 11:41:16 +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 Uses ext2fs_vinit not ufs_vinit. 1997-10-23 11:41:16 +00:00
ext2fs_vnops.c Add missing cast for nlink_t 1997-10-17 02:05:34 +00:00