freebsd-dev/sys/nwfs
Jason Evans a18b1f1d4d Convert lockmgr locks from using simple locks to using mutexes.
Add lockdestroy() and appropriate invocations, which corresponds to
lockinit() and must be called to clean up after a lockmgr lock is no
longer needed.
2000-10-04 01:29:17 +00:00
..
nwfs_io.c Get rid from the legacy __P() macro. Remove 'register' keywords. 2000-10-02 09:29:59 +00:00
nwfs_ioctl.c
nwfs_mount.h
nwfs_node.c Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00
nwfs_node.h Protect hash data with lock manager instead of home grown one. 2000-10-02 09:49:04 +00:00
nwfs_subr.c Get rid from the legacy __P() macro. Remove 'register' keywords. 2000-10-02 09:29:59 +00:00
nwfs_subr.h
nwfs_vfsops.c Protect hash data with lock manager instead of home grown one. 2000-10-02 09:49:04 +00:00
nwfs_vnops.c Convert lockmgr locks from using simple locks to using mutexes. 2000-10-04 01:29:17 +00:00
nwfs.h