NetBSD/sys/ufs/ffs
thorpej a06b275edc Undo part of the ktrace/lwp changes. In particular:
* Remove the "lwp *" argument that was added to vget().  Turns out
  that nothing actually used it!
* Remove the "lwp *" arguments that were added to VFS_ROOT(), VFS_VGET(),
  and VFS_FHTOVP(); all they did was pass it to vget() (which, as noted
  above, didn't use it).
* Remove all of the "lwp *" arguments to internal functions that were added
  just to appease the above.
2003-06-29 18:43:21 +00:00
..
ffs_alloc.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
ffs_appleufs.c
ffs_balloc.c
ffs_bswap.c use bswap32 and bswap64 correctly. 2003-04-16 14:20:25 +00:00
ffs_extern.h Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
ffs_inode.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ffs_softdep.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
ffs_softdep.stub.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
ffs_subr.c
ffs_tables.c
ffs_vfsops.c Undo part of the ktrace/lwp changes. In particular: 2003-06-29 18:43:21 +00:00
ffs_vnops.c Pass lwp pointers throughtout the kernel, as required, so that the lwpid can 2003-06-28 14:20:43 +00:00
fs.h * Use the old and new time fields in the superblock as well as a few others 2003-04-05 13:37:36 +00:00
Makefile
softdep.h