MCPcopy 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
64int
65vn_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
74int

Callers

nothing calls this directly

Calls 1

panicFunction · 0.70

Tested by

no test coverage detected