NetBSD/sys/fs/smbfs
jdolecek e737730e68 g/c VI_(UN)LOCK macros and just use simple_(un)lock(vp->v_interlock)
#if 0 smbfs_hashprint(), and mark it static
do NOT reinit vp->v_lock - getnewvnode() did it for us
smbfs_reclaim(): unconditionaly do LIST_REMOVE(), and de-obfuscate parent
  directory vrele() call
2003-02-18 20:00:35 +00:00
..
files.smbfs
Makefile
smbfs_io.c
smbfs_node.c g/c VI_(UN)LOCK macros and just use simple_(un)lock(vp->v_interlock) 2003-02-18 20:00:35 +00:00
smbfs_node.h terminate FB_CURRENT specific struct smbnode member 2003-02-16 19:42:21 +00:00
smbfs_smb.c smbfs_smb_create(): use SMB_COM_CREATE_NEW rather than SMB_COM_CREATE; the 2003-02-18 12:52:34 +00:00
smbfs_subr.c constify a little 2003-02-17 09:55:49 +00:00
smbfs_subr.h
smbfs_vfsops.c vrele() the reference to root vnode before calling vflush() in smbfs_unmount(), 2003-02-18 19:40:36 +00:00
smbfs_vnops.c
smbfs.h