Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ vn_close
Function
vn_close
lib/ff_vfs_ops.c:64–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
int
65
vn_close(struct vnode *vp,
66
int flags, struct ucred *file_cred, struct thread *td)
67
{
68
panic(
"vn_close not implemented"
);
69
70
return (0);
71
}
72
73
74
int
Callers
nothing calls this directly
Calls
1
panic
Function · 0.70
Tested by
no test coverage detected