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

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h119 #define fifo_bwrite (int (*) (struct vnop_bwrite_args *))nullop
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.h156 extern int nop_bwrite(struct vnop_bwrite_args *ap);
157 extern int err_bwrite(struct vnop_bwrite_args *ap);
H A Dvfs_support.c710 struct vnop_bwrite_args /* {
715 nop_bwrite(struct vnop_bwrite_args *ap)
721 err_bwrite(__unused struct vnop_bwrite_args *ap)
H A Dkpi_vfs.c5286 struct vnop_bwrite_args {
5295 struct vnop_bwrite_args a;
H A Dvfs_bio.c2288 vn_bwrite(struct vnop_bwrite_args *ap)
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h177 #define spec_bwrite (int (*) (struct vnop_bwrite_args *))nop_bwrite
/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c107 #define dead_bwrite (int (*)(struct vnop_bwrite_args *))nullop
/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h587 int hfs_vnop_bwrite(struct vnop_bwrite_args *); /* in hfs_readwrite.c */
H A Dhfs_readwrite.c4770 hfs_vnop_bwrite(struct vnop_bwrite_args *ap)
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c717 #define fdesc_bwrite (int (*) (struct vnop_bwrite_args *))eopnotsupp
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h1530 int vn_bwrite(struct vnop_bwrite_args *ap);
H A Dvnode_if.h1439 struct vnop_bwrite_args { struct

Completed in 68 milliseconds