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

/xnu-2422.115.4/bsd/miscfs/devfs/
H A Dfdesc.h119 extern int fdesc_write(struct vnop_write_args *ap);
H A Ddevfs_fdesc_support.c609 fdesc_write(__unused struct vnop_write_args *ap)
H A Ddevfs_vnops.c736 devfsspec_write(struct vnop_write_args *ap)
737 /* struct vnop_write_args {
755 devfs_write(struct vnop_write_args *ap)
756 /* struct vnop_write_args {
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h126 int fifo_write (struct vnop_write_args *);
H A Dfifo_vnops.c350 fifo_write(struct vnop_write_args *ap)
/xnu-2422.115.4/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.c241 struct vnop_write_args /* {
249 nop_write(__unused struct vnop_write_args *ap)
255 err_write(__unused struct vnop_write_args *ap)
H A Dvnode_if.c281 VOPARG_OFFSETOF(struct vnop_write_args,a_vp),
293 VOPARG_OFFSETOF(struct vnop_write_args, a_context),
H A Dkpi_vfs.c3261 struct vnop_write_args {
3272 struct vnop_write_args a;
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h152 int spec_write (struct vnop_write_args *);
H A Dspec_vnops.c533 spec_write(struct vnop_write_args *ap)
/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c89 int dead_write(struct vnop_write_args *);
202 dead_write(struct vnop_write_args *ap)
/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h580 int hfs_vnop_write(struct vnop_write_args *); /* in hfs_readwrite.c */
H A Dhfs_vnops.c106 static int hfsfifo_write(struct vnop_write_args *);
131 int hfsspec_write(struct vnop_write_args *);
6566 struct vnop_write_args /* {
6632 struct vnop_write_args /* {
H A Dhfs_hotfiles.c1943 struct vnop_write_args args;
H A Dhfs_readwrite.c273 hfs_vnop_write(struct vnop_write_args *ap)
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h444 struct vnop_write_args { struct
/xnu-2422.115.4/bsd/nfs/
H A Dnfs.h1303 int nfs_vnop_write(struct vnop_write_args *);
H A Dnfs_vnops.c129 int nfsspec_vnop_write(struct vnop_write_args *);
133 int nfsfifo_vnop_write(struct vnop_write_args *);
2573 struct vnop_write_args /* {
6486 struct vnop_write_args /* {
6594 struct vnop_write_args /* {
H A Dnfs4_vnops.c7760 struct vnop_write_args vwa;

Completed in 201 milliseconds