Searched refs:file_io (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c248 file_io(struct vnode * vp, vfs_context_t ctx, function
361 error = file_io(vn->sc_vp, ctx, UIO_READ,
368 error = file_io(vn->sc_shadow_vp, ctx, UIO_WRITE,
675 error = file_io(vp, ctx, UIO_READ, base + start,
725 error = file_io(vn->sc_shadow_vp, ctx, UIO_WRITE,
760 error = file_io(vn->sc_vp, ctx,
1299 error = file_io(vp, &context, UIO_READ, tmpbuf, 0, DEV_BSIZE, NULL);

Completed in 19 milliseconds