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

/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c194 my_count = getfsstat( (struct statfs *)my_bufferp, my_buffer_size, MNT_NOWAIT );
H A Dtests.c1372 my_count = getfsstat( (struct statfs *)my_bufferp, my_buffer_size, MNT_NOWAIT );
1408 my_count = getfsstat64( (struct statfs64 *)my_buffer64p, my_buffer64_size, MNT_NOWAIT );
3041 my_result = getmntinfo( &my_infop, MNT_NOWAIT );
/xnu-2422.115.4/bsd/sys/
H A Dmount.h377 #define MNT_NOWAIT 2 /* start all I/O, but do not wait for it */ macro
609 @param waitfor MNT_WAIT: flush synchronously, waiting for all data to be written before returning. MNT_NOWAIT: start I/O but do not wait for it.
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c909 result = hfs_fsync (rvp, MNT_NOWAIT, 0, vfs_context_proc (ap->a_context));
H A Dhfs_readwrite.c5084 (void) hfs_flushvolumeheader(hfsmp, MNT_NOWAIT, 0);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c2086 VFS_SYNC(mp, arg ? MNT_WAIT : MNT_NOWAIT, vfs_context_current());
2451 * If MNT_NOWAIT is specified, do not refresh the
2452 * fsstat cache. MNT_WAIT/MNT_DWAIT overrides MNT_NOWAIT.
2454 if (((fstp->flags & MNT_NOWAIT) == 0 || (fstp->flags & (MNT_WAIT | MNT_DWAIT))) &&
2618 * If MNT_NOWAIT is specified, do not refresh the fsstat
2619 * cache. MNT_WAIT overrides MNT_NOWAIT.
2625 if (((fstp->flags & MNT_NOWAIT) == 0 ||
H A Dvfs_subr.c3386 if (((flags & MNT_NOWAIT) == 0 || (flags & (MNT_WAIT | MNT_DWAIT))) &&

Completed in 101 milliseconds