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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Dfdesc.h119 extern int fdesc_write(struct vnop_write_args *ap);
H A Ddevfs_fdesc_support.c611 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 {
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo.h126 int fifo_write (struct vnop_write_args *);
H A Dfifo_vnops.c353 fifo_write(struct vnop_write_args *ap)
/darwin-on-arm/xnu/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.c3709 struct vnop_write_args {
3720 struct vnop_write_args a;
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspecdev.h152 int spec_write (struct vnop_write_args *);
H A Dspec_vnops.c496 spec_write(struct vnop_write_args *ap)
/darwin-on-arm/xnu/bsd/miscfs/deadfs/
H A Ddead_vnops.c89 int dead_write(struct vnop_write_args *);
202 dead_write(struct vnop_write_args *ap)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h613 int hfs_vnop_write(struct vnop_write_args *); /* in hfs_readwrite.c */
H A Dhfs_vnops.c102 static int hfsfifo_write(struct vnop_write_args *);
127 int hfsspec_write(struct vnop_write_args *);
5719 struct vnop_write_args /* {
5785 struct vnop_write_args /* {
H A Dhfs_hotfiles.c1928 struct vnop_write_args args;
H A Dhfs_readwrite.c269 hfs_vnop_write(struct vnop_write_args *ap)
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h444 struct vnop_write_args { struct
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h1299 int nfs_vnop_write(struct vnop_write_args *);
H A Dnfs_vnops.c127 int nfsspec_vnop_write(struct vnop_write_args *);
131 int nfsfifo_vnop_write(struct vnop_write_args *);
2492 struct vnop_write_args /* {
6397 struct vnop_write_args /* {
6505 struct vnop_write_args /* {
H A Dnfs4_vnops.c7760 struct vnop_write_args vwa;

Completed in 209 milliseconds