Searched refs:VNOP_FSYNC (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit_worker.c | 278 (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 D | kern_shutdown.c | 389 VNOP_FSYNC(sd_logvp, MNT_WAIT, ctx); in sd_closelog()
|
| H A D | decmpfs.c | 2201 err = VNOP_FSYNC(vp, MNT_WAIT, decmpfs_ctx);
|
| H A D | kern_aio.c | 2315 error = VNOP_FSYNC(vp, sync_flag, &entryp->context); in do_aio_fsync()
|
| H A D | kdebug.c | 3495 ret = VNOP_FSYNC(vp, MNT_WAIT, ctx); in kdbg_dump_trace_to_file()
|
| H A D | kern_descrip.c | 3711 error = VNOP_FSYNC(vp, MNT_NOWAIT, &context); in sys_fcntl_nocancel()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 684 extern errno_t VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_exclave_fs.c | 1343 error = VNOP_FSYNC(vp, MNT_WAIT, vfs_context_kernel()); in vfs_exclave_fs_sync()
|
| H A D | vfs_vnops.c | 881 VNOP_FSYNC(vp, MNT_NOWAIT, ctx); in vn_close()
|
| H A D | vfs_syscalls.c | 1573 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 D | vfs_subr.c | 2141 if ((error = VNOP_FSYNC(nvp, MNT_WAIT, &context))) { in bdevvp() 3084 VNOP_FSYNC(vp, MNT_WAIT, ctx); in vclean()
|
| H A D | kpi_vfs.c | 4303 VNOP_FSYNC(vnode_t vp, int waitfor, vfs_context_t ctx) in VNOP_FSYNC() function
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 4823 error = VNOP_FSYNC(vp, MNT_WAIT, ctx); in nfsrv_commit()
|