Home
last modified time | relevance | path

Searched refs:MNT_WAIT (Results 1 – 11 of 11) 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.c2302 sync_flag = MNT_WAIT; in do_aio_fsync()
H A Dkdebug.c3495 ret = VNOP_FSYNC(vp, MNT_WAIT, ctx); in kdbg_dump_trace_to_file()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h398 #define MNT_WAIT 1 /* synchronized I/O file integrity completion */ macro
/xnu-12377.41.6/bsd/vfs/
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()
3076 error = VFS_SYNC(mp, MNT_WAIT, ctx); in dounmount()
3408 if (waitfor != MNT_WAIT && in sync_callback()
3409 waitfor != (MNT_WAIT | MNT_VOLUME) && in sync_callback()
3962 (((fstp->flags & MNT_NOWAIT) == 0 || (fstp->flags & (MNT_WAIT | MNT_DWAIT))) && in getfsstat_callback()
4149 ((((fstp->flags & MNT_NOWAIT) == 0) || (fstp->flags & (MNT_WAIT | MNT_DWAIT))) && in getfsstat64_callback()
8875 return fsync_common(p, uap, MNT_WAIT); in fsync()
8889 return fsync_common(p, (struct fsync_args *)uap, MNT_WAIT); in fsync_nocancel()
13177 arg = MNT_WAIT; in handle_sync_volume()
H A Dvfs_exclave_fs.c1343 error = VNOP_FSYNC(vp, MNT_WAIT, vfs_context_kernel()); in vfs_exclave_fs_sync()
H A Dvfs_subr.c2141 if ((error = VNOP_FSYNC(nvp, MNT_WAIT, &context))) { in bdevvp()
3084 VNOP_FSYNC(vp, MNT_WAIT, ctx); in vclean()
5010 if (((flags & MNT_NOWAIT) == 0 || (flags & (MNT_WAIT | MNT_DWAIT))) && in sysctl_vfs_ctlbyfsid()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c953 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync"); in spec_fsync_internal()
2865 if ((error = spec_fsync_internal(vp, MNT_WAIT, ctx))) { in spec_close_internal()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c4823 error = VNOP_FSYNC(vp, MNT_WAIT, ctx); in nfsrv_commit()