Home
last modified time | relevance | path

Searched refs:vnop_fsync_args (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_support.h106 extern int nop_fsync(struct vnop_fsync_args *ap);
107 extern int err_fsync(struct vnop_fsync_args *ap);
H A Dvfs_support.c367 struct vnop_fsync_args /* {
374 nop_fsync(__unused struct vnop_fsync_args *ap) in nop_fsync()
380 err_fsync(__unused struct vnop_fsync_args *ap) in err_fsync()
H A Dvnode_if.c485 VOPARG_OFFSETOF(struct vnop_fsync_args, a_vp),
497 VOPARG_OFFSETOF(struct vnop_fsync_args, a_context),
H A Dkpi_vfs.c4295 struct vnop_fsync_args {
4305 struct vnop_fsync_args a; in VNOP_FSYNC()
/xnu-12377.41.6/bsd/miscfs/fifofs/
H A Dfifo.h108 #define fifo_fsync (int (*) (struct vnop_fsync_args *))fifo_nullop
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspecdev.h159 int spec_fsync(struct vnop_fsync_args *);
H A Dspec_vnops.c959 spec_fsync(struct vnop_fsync_args *ap) in spec_fsync()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c419 bindfs_fsync(__unused struct vnop_fsync_args * args) in bindfs_fsync()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h668 struct vnop_fsync_args { struct
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c895 nullfs_fsync(__unused struct vnop_fsync_args * args) in nullfs_fsync()