freebsd-dev/sys/fs/nwfs
Poul-Henning Kamp a8d43c90af Add a "int fd" argument to VOP_OPEN() which in the future will
contain the filedescriptor number on opens from userland.

The index is used rather than a "struct file *" since it conveys a bit
more information, which may be useful to in particular fdescfs and /dev/fd/*

For now pass -1 all over the place.
2003-07-26 07:32:23 +00:00
..
nwfs_io.c Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00
nwfs_ioctl.c Return ENOTTY on unrecognized ioctls. 2002-09-26 14:08:37 +00:00
nwfs_mount.h
nwfs_node.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
nwfs_node.h
nwfs_subr.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
nwfs_subr.h
nwfs_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
nwfs_vnops.c Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
nwfs.h