NetBSD/sys/miscfs
dholland cba87bb8e7 Abolish all the silly indirection macros for initializing vnode ops tables.
These are things of the form #define foofs_op genfs_op, or #define
foofs_op genfs_eopnotsupp, or similar. They serve no purpose besides
obfuscation, and have gotten cutpasted all over everywhere.

Part 3; cvs randomly didn't commit all the files the first time, still
hunting down the files it skipped.
2021-07-19 01:33:53 +00:00
..
deadfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
fdesc Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
fifofs Use macros for the canned parts of device and fifo vnode op tables. 2021-07-18 23:56:12 +00:00
genfs - Add a new vnode op: VOP_PARSEPATH. 2021-06-29 22:34:05 +00:00
kernfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:33:53 +00:00
nullfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
overlay Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
procfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
specfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-18 23:57:13 +00:00
umapfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
Makefile