NetBSD/sys/fs/smbfs
thorpej e633e8b61b - Define a VFS_ATTACH() macro that places a reference to a vfsops structure
into the "vfsops" link set.
- Use VFS_ATTACH() where vfsops are declared for individual file systems.
- In vfsinit(), traverse the "vfsops" link set, rather than vfs_list_initial[].
2005-03-29 02:41:05 +00:00
..
files.smbfs add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support 2003-03-02 22:06:50 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
smbfs_io.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs_kq.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs_node.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs_node.h close the SMB handle when vnode is inactivated, rather than on file close, 2004-02-29 11:47:08 +00:00
smbfs_smb.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs_subr.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs_subr.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs_vfsops.c - Define a VFS_ATTACH() macro that places a reference to a vfsops structure 2005-03-29 02:41:05 +00:00
smbfs_vnops.c nuke trailing whitespace 2005-02-26 22:58:54 +00:00
smbfs.h nuke trailing whitespace 2005-02-26 22:58:54 +00:00