MCPcopy Index your code
hub / github.com/F-Stack/f-stack / vn_rdwr

Function vn_rdwr

lib/ff_vfs_ops.c:74–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74int
75vn_rdwr(enum uio_rw rw, struct vnode *vp, void *base,
76 int len, off_t offset, enum uio_seg segflg, int ioflg,
77 struct ucred *active_cred, struct ucred *file_cred, ssize_t *aresid,
78 struct thread *td)
79{
80 panic("vn_rdwr not implemented");
81
82 return (0);
83}
84
85int
86vn_fill_kinfo_vnode(struct vnode *vp, struct kinfo_file *kif)

Callers

nothing calls this directly

Calls 1

panicFunction · 0.70

Tested by

no test coverage detected