NetBSD/sys/fs/union
hannken 645887d187 A union node may be reactivated while it is being reclaimed so
change union_freevp() to detach the vnode from the union node
by clearing the vnode backpointer and the lower node sizes.
2015-02-24 16:08:01 +00:00
..
Makefile
files.union Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
union.h Change union to vcache. Use address of the union node as key. 2015-02-16 10:22:00 +00:00
union_subr.c A union node may be reactivated while it is being reclaimed so 2015-02-24 16:08:01 +00:00
union_vfsops.c Change union to vcache. Use address of the union node as key. 2015-02-16 10:22:00 +00:00
union_vnops.c Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00