NetBSD/sys/fs/cd9660
hannken 245651a23d Remove vlockmgr(). Generic vnode lock operations now use a rwlock located
in the vnode.  All LK_* flags move from sys/lock.h to sys/vnode.h.  Calls
to vlockmgr() in file systems get replaced with VOP_LOCK() or VOP_UNLOCK().

Welcome to 5.99.34.

Discussed on tech-kern.
2010-07-01 13:00:54 +00:00
..
cd9660_bmap.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_extern.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
cd9660_lookup.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
cd9660_mount.h
cd9660_node.c Remove vlockmgr(). Generic vnode lock operations now use a rwlock located 2010-07-01 13:00:54 +00:00
cd9660_node.h Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_rrip.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
cd9660_rrip.h
cd9660_util.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_vfsops.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
cd9660_vnops.c Stop exposing fifofs internals and leave only fifo_vnodeop_p visible. 2010-03-29 13:11:32 +00:00
files.cd9660
iso_rrip.h
iso.h * Added missing cast in isonum_712(). 2007-01-27 07:20:31 +00:00
Makefile
TODO
TODO.hibler