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

/xnu-2782.1.97/bsd/sys/
H A Dmount.h377 #define MNT_DWAIT 4 /* synchronized I/O data integrity completion */ macro
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c3309 flags = (passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) ? NBAC_NOWAIT : 0;
3349 if ((passone || !(waitfor == MNT_WAIT || waitfor == MNT_DWAIT)) &&
3377 if (waitfor == MNT_WAIT || waitfor == MNT_DWAIT) {
3410 if (waitfor == MNT_WAIT || waitfor == MNT_DWAIT) {
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c2488 sync_flag = MNT_DWAIT;
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c756 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync");
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c2600 * fsstat cache. MNT_WAIT/MNT_DWAIT overrides MNT_NOWAIT.
2602 if (((fstp->flags & MNT_NOWAIT) == 0 || (fstp->flags & (MNT_WAIT | MNT_DWAIT))) &&
2769 * We treat MNT_DWAIT as MNT_WAIT for all instances of
2774 (fstp->flags & (MNT_WAIT | MNT_DWAIT))) &&
6420 return(fsync_common(p, (struct fsync_args *)uap, MNT_DWAIT));
6430 * If 'flags' is MNT_DWAIT, the caller is requesting data integrity, which
H A Dvfs_subr.c3509 if (((flags & MNT_NOWAIT) == 0 || (flags & (MNT_WAIT | MNT_DWAIT))) &&
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c2891 waitdata = (waitfor == MNT_DWAIT) | wait;

Completed in 180 milliseconds