Searched refs:UBC_PUSHDIRTY (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h45 #define UBC_PUSHDIRTY 0x01 /* clean any dirty pages in the specified range to the backing store */ macro
47 #define UBC_INVALIDATE 0x04 /* invalidate pages in the specified range... may be used with UBC_PUSHDIRTY/ALL */
48 #define UBC_SYNC 0x08 /* wait for I/Os generated by UBC_PUSHDIRTY to complete */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c1117 * UBC_INVALIDATE, UBC_PUSHDIRTY, or
1118 * UBC_PUSHALL; if UBC_PUSHDIRTY is used,
1155 * IMPORTANT: one of the flags UBC_INVALIDATE, UBC_PUSHDIRTY, or
1158 * with UBC_PUSHDIRTY, and then later call it with just UBC_SYNC
1177 if ((flags & (UBC_INVALIDATE | UBC_PUSHDIRTY | UBC_PUSHALL)) == 0)
1194 if (flags & UBC_PUSHDIRTY)

Completed in 34 milliseconds