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

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c66 * from: Utah Hdr: vn.c 1.13 94/04/02
68 * from: @(#)vn.c 8.6 (Berkeley) 4/1/94
69 * $FreeBSD: src/sys/dev/vn/vn.c,v 1.105.2.4 2001/11/18 07:11:00 dillon Exp $
173 u_int64_t sc_size; /* size of vn, sc_secsize scale */
196 #define IFOPT(vn,opt) if (((vn)->sc_options|vn_options) & (opt))
197 #define TESTOPT(vn,opt) (((vn)->sc_options|vn_options) & (opt))
200 static void vnclear (struct vn_softc *vn, vfs_context_
233 struct vn_softc *vn; local
289 vnread_shadow(struct vn_softc * vn, struct uio *uio, int ioflag, vfs_context_t ctx) argument
350 vncopy_block_to_shadow(struct vn_softc * vn, vfs_context_t ctx, u_int32_t file_block, u_int32_t shadow_block) argument
382 vnwrite_shadow(struct vn_softc * vn, struct uio *uio, int ioflag, vfs_context_t ctx) argument
499 struct vn_softc * vn; local
576 struct vn_softc * vn; local
648 shadow_read(struct vn_softc * vn, struct buf * bp, char * base, vfs_context_t ctx) argument
696 shadow_write(struct vn_softc * vn, struct buf * bp, char * base, vfs_context_t ctx) argument
747 vn_readwrite_io(struct vn_softc * vn, struct buf * bp, vfs_context_t ctx) argument
781 struct vn_softc *vn; local
876 struct vn_softc *vn; local
1129 vniocattach_file(struct vn_softc *vn, struct vn_ioctl_64 *vniop, dev_t dev, int in_kernel, proc_t p) argument
1213 vniocattach_shadow(struct vn_softc *vn, struct vn_ioctl_64 *vniop, __unused dev_t dev, int in_kernel, proc_t p) argument
1266 struct vn_softc * vn; local
1305 vnclear(struct vn_softc *vn, vfs_context_t ctx) argument
1337 struct vn_softc *vn; local
[all...]
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles157 bsd/dev/vn/vn.c optional vndevice
158 bsd/dev/vn/shadow.c optional vndevice

Completed in 14 milliseconds