Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/security/audit/
H A Daudit_worker.c278 (void)VNOP_FSYNC(vp, MNT_WAIT, ctx); in audit_record_write()
293 (void)VNOP_FSYNC(vp, MNT_WAIT, ctx); in audit_record_write()
306 (void)VNOP_FSYNC(vp, MNT_WAIT, ctx); in audit_record_write()
/xnu-12377.41.6/bsd/kern/
H A Dkern_shutdown.c389 VNOP_FSYNC(sd_logvp, MNT_WAIT, ctx); in sd_closelog()
H A Ddecmpfs.c2201 err = VNOP_FSYNC(vp, MNT_WAIT, decmpfs_ctx);
H A Dkern_aio.c2315 error = VNOP_FSYNC(vp, sync_flag, &entryp->context); in do_aio_fsync()
H A Dkdebug.c3495 ret = VNOP_FSYNC(vp, MNT_WAIT, ctx); in kdbg_dump_trace_to_file()
H A Dkern_descrip.c3711 error = VNOP_FSYNC(vp, MNT_NOWAIT, &context); in sys_fcntl_nocancel()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h684 extern errno_t VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx);
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_exclave_fs.c1343 error = VNOP_FSYNC(vp, MNT_WAIT, vfs_context_kernel()); in vfs_exclave_fs_sync()
H A Dvfs_vnops.c881 VNOP_FSYNC(vp, MNT_NOWAIT, ctx); in vn_close()
H A Dvfs_syscalls.c1573 if ((error = VNOP_FSYNC(devvp, MNT_WAIT, ctx))) { in mount_common()
2109 if ((error = VNOP_FSYNC(vp, MNT_WAIT, ctx))) { in prepare_coveredvp()
8950 error = VNOP_FSYNC(vp, flags, ctx); in fsync_common()
H A Dvfs_subr.c2141 if ((error = VNOP_FSYNC(nvp, MNT_WAIT, &context))) { in bdevvp()
3084 VNOP_FSYNC(vp, MNT_WAIT, ctx); in vclean()
H A Dkpi_vfs.c4303 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx) in VNOP_FSYNC() function
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c4823 error = VNOP_FSYNC(vp, MNT_WAIT, ctx); in nfsrv_commit()