freebsd-dev/sys/fs/smbfs
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
..
smbfs_io.c Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00
smbfs_node.c Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
smbfs_node.h Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
smbfs_smb.c Send the close request to the SMB server in smbfs_inactive(), instead of 2003-06-17 12:58:02 +00:00
smbfs_subr.c Don't follow smbnode n_parent pointer when NREFPARENT flag is not set 2003-06-14 15:24:54 +00:00
smbfs_subr.h
smbfs_vfsops.c size_t != int. Make this compile on 64 bit platforms (eg: amd64). 2003-07-24 01:59:18 +00:00
smbfs_vnops.c Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00
smbfs.h Revert removal of vnode and VFS stubs; bp asserts that they are needed. 2003-02-08 05:48:04 +00:00