Home
last modified time | relevance | path

Searched refs:vnop_write_args (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_support.h88 extern int nop_write(struct vnop_write_args *ap);
89 extern int err_write(struct vnop_write_args *ap);
H A Dvfs_support.c243 struct vnop_write_args /* {
251 nop_write(__unused struct vnop_write_args *ap) in nop_write()
257 err_write(__unused struct vnop_write_args *ap) in err_write()
H A Dvnode_if.c280 VOPARG_OFFSETOF(struct vnop_write_args, a_vp),
292 VOPARG_OFFSETOF(struct vnop_write_args, a_context),
H A Dkpi_vfs.c3988 struct vnop_write_args {
3999 struct vnop_write_args a; in VNOP_WRITE()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Dfdesc.h119 extern int fdesc_write(struct vnop_write_args *ap);
H A Ddevfs_fdesc_support.c680 fdesc_write(__unused struct vnop_write_args *ap) in fdesc_write()
H A Ddevfs_vnops.c855 devfsspec_write(struct vnop_write_args *ap) in devfsspec_write()
874 devfs_write(struct vnop_write_args *ap) in devfs_write()
/xnu-12377.41.6/bsd/miscfs/fifofs/
H A Dfifo.h128 int fifo_write(struct vnop_write_args *);
H A Dfifo_vnops.c374 fifo_write(struct vnop_write_args *ap) in fifo_write()
/xnu-12377.41.6/bsd/miscfs/deadfs/
H A Ddead_vnops.c87 int dead_write(struct vnop_write_args *);
192 dead_write(struct vnop_write_args *ap) in dead_write()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspecdev.h154 int spec_write(struct vnop_write_args *);
H A Dspec_vnops.c665 spec_write(struct vnop_write_args *ap) in spec_write()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h478 struct vnop_write_args { struct