Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ vn_fill_kinfo_vnode
Function
vn_fill_kinfo_vnode
lib/ff_vfs_ops.c:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
int
86
vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif)
87
{
88
panic(
"vn_fill_kinfo_vnode not implemented"
);
89
90
return (0);
91
}
92
93
#if 0
94
void
Callers
nothing calls this directly
Calls
1
panic
Function · 0.70
Tested by
no test coverage detected