Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dubc.h50 #define UBC_PUSHDIRTY 0x01 /* clean any dirty pages in the specified range to the backing stor… macro
/xnu-11215.61.5/bsd/kern/
H A Dubc_subr.c1901 if ((flags & (UBC_INVALIDATE | UBC_PUSHDIRTY | UBC_PUSHALL)) == 0) { in ubc_msync_internal()
1922 if (flags & UBC_PUSHDIRTY) { in ubc_msync_internal()