freebsd-src/sys/ufs/ufs
Poul-Henning Kamp 49ff4debd3 Spring cleaning around strategy and disklabels/slices:
Introduce BUF_STRATEGY(struct buf *, int flag) macro, and use it throughout.
please see comment in sys/conf.h about the flag argument.

Remove strategy argument from all the diskslice/label/bad144
implementations, it should be found from the dev_t.

Remove bogus and unused strategy1 routines.

Remove open/close arguments from dssize().  Pick them up from dev_t.

Remove unused and unfinished setgeom support from diskslice/label/bad144 code.
1999-08-14 11:40:51 +00:00
..
dinode.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
dir.h MAXDIRSIZE is (or would be) used in fsck. It's a sanity check. 1997-03-18 19:52:17 +00:00
inode.h Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has 1999-07-13 18:20:13 +00:00
quota.h Moved kernel declarations inside the KERNEL ifdef, and removed 1999-03-05 11:25:31 +00:00
ufs_bmap.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
ufs_disksubr.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
ufs_extern.h Centralized in-core inode update. Update the in-core inode directly 1998-07-03 18:46:52 +00:00
ufs_ihash.c Divorce "dev_t" from the "major|minor" bitmap, which is now called 1999-05-11 19:55:07 +00:00
ufs_inode.c Don't pass unused unused timestamp args to UFS_UPDATE() or waste 1999-01-07 16:14:19 +00:00
ufs_lookup.c Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has 1999-07-13 18:20:13 +00:00
ufs_quota.c add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() 1998-11-10 09:16:29 +00:00
ufs_readwrite.c Move the memory access behavior information provided by madvise 1999-08-01 06:05:09 +00:00
ufs_vfsops.c This Implements the mumbled about "Jail" feature. 1999-04-28 11:38:52 +00:00
ufs_vnops.c Move the special-casing of stat(2)->st_blksize for device files 1999-08-13 10:56:07 +00:00
ufsmount.h Don't pass unused unused timestamp args to UFS_UPDATE() or waste 1999-01-07 16:14:19 +00:00