freebsd-skq/sys/nwfs
Poul-Henning Kamp c244d2de43 Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
(Much of this done by script)

Move B_ORDERED flag to b_ioflags and call it BIO_ORDERED.

Move b_pblkno and b_iodone_chain to struct bio while we transition, they
will be obsoleted once bio structs chain/stack.

Add bio_queue field for struct bio aware disksort.

Address a lot of stylistic issues brought up by bde.
2000-04-02 15:24:56 +00:00
..
nwfs_io.c Move B_ERROR flag to b_ioflags and call it BIO_ERROR. 2000-04-02 15:24:56 +00:00
nwfs_ioctl.c Remove unnessary includes. 1999-10-12 10:37:00 +00:00
nwfs_mount.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
nwfs_node.c useracc() the prequel: 1999-10-29 18:09:36 +00:00
nwfs_node.h Add VT_NWFS tag. 2000-01-15 08:28:03 +00:00
nwfs_subr.c Remove unnessary includes. 1999-10-12 10:37:00 +00:00
nwfs_subr.h Forward declare some structs so that this header is more self-suifficent. 2000-01-14 19:54:42 +00:00
nwfs_vfsops.c Check if module was compiled without SMP support and running on 2000-01-15 08:35:48 +00:00
nwfs_vnops.c Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new 2000-03-20 10:44:49 +00:00
nwfs.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00