freebsd-dev/sys/fs/pseudofs
Attilio Rao 628f51d275 Introduce some functions in the vnode locks namespace and in the ffs
namespace in order to handle lockmgr fields in a controlled way instead
than spreading all around bogus stubs:
- VN_LOCK_AREC() allows lock recursion for a specified vnode
- VN_LOCK_ASHARE() allows lock sharing for a specified vnode

In FFS land:
- BUF_AREC() allows lock recursion for a specified buffer lock
- BUF_NOREC() disallows recursion for a specified buffer lock

Side note: union_subr.c::unionfs_node_update() is the only other function
directly handling lockmgr fields. As this is not simple to fix, it has
been left behind as "sole" exception.
2008-02-24 16:38:58 +00:00
..
pseudofs_fileno.c
pseudofs_internal.h
pseudofs_vncache.c Introduce some functions in the vnode locks namespace and in the ffs 2008-02-24 16:38:58 +00:00
pseudofs_vnops.c VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in 2008-01-13 14:44:15 +00:00
pseudofs.c Get rid of qaddr_t. 2007-10-16 10:54:55 +00:00
pseudofs.h