Searched refs:MNT_DWAIT (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmount.h378 #define MNT_DWAIT 4 /* synchronized I/O data integrity completion */ macro
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c3300 flags = (passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) ? NBAC_NOWAIT : 0;
3340 if ((passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) &&
3368 if (waitfor == MNT_WAIT || waitfor == MNT_DWAIT) {
3401 if (waitfor == MNT_WAIT || waitfor == MNT_DWAIT) {
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c2485 sync_flag = MNT_DWAIT;
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c755 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync");
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c2452 * fsstat cache. MNT_WAIT/MNT_DWAIT overrides MNT_NOWAIT.
2454 if (((fstp->flags & MNT_NOWAIT) == 0 || (fstp->flags & (MNT_WAIT | MNT_DWAIT))) &&
2621 * We treat MNT_DWAIT as MNT_WAIT for all instances of
2626 (fstp->flags & (MNT_WAIT | MNT_DWAIT))) &&
5850 return(fsync_common(p, (struct fsync_args *)uap, MNT_DWAIT));
5860 * If 'flags' is MNT_DWAIT, the caller is requesting data integrity, which
H A Dvfs_subr.c3386 if (((flags & MNT_NOWAIT) == 0 || (flags & (MNT_WAIT | MNT_DWAIT))) &&
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c2627 waitdata = (waitfor == MNT_DWAIT) | wait;

Completed in 323 milliseconds