NetBSD/sys/miscfs/kernfs
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
..
Makefile
files.kernfs Add need-flags for kernfs. 2020-05-26 10:37:24 +00:00
kernfs.h switch KERNFS_ALLOCENTRY() to use kmem_zalloc() instead of malloc() 2020-04-07 08:14:42 +00:00
kernfs_vfsops.c switch to kmem_zalloc() instead of malloc() for struct kernfs_mount 2020-04-07 08:35:49 +00:00
kernfs_vnops.c Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:33:53 +00:00