Searched refs:UBC_SYNC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h48 #define UBC_SYNC 0x08 /* wait for I/Os generated by UBC_PUSHDIRTY to complete */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c1119 * UBC_SYNC may also be specified to cause
1122 * of UBC_SYNC is otherwise undefined.
1158 * with UBC_PUSHDIRTY, and then later call it with just UBC_SYNC
1188 if (flags & UBC_SYNC)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c3674 if (!(rv = ubc_sync_range(vp, 0, size, UBC_PUSHALL | UBC_SYNC | UBC_INVALIDATE)))

Completed in 117 milliseconds