Searched refs:UBC_PUSHALL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h46 #define UBC_PUSHALL 0x02 /* push both dirty and precious pages to the backing store */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c637 * Call ubc_sync_range(vp, 0, EOF, UBC_PUSHALL) on all the vnodes for this
677 (void) ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL, UBC_PUSHALL); local
1118 * UBC_PUSHALL; if UBC_PUSHDIRTY is used,
1156 * UBC_PUSHALL MUST be specified; that is, it is NOT possible to
1177 if ((flags & (UBC_INVALIDATE | UBC_PUSHDIRTY | UBC_PUSHALL)) == 0)
1200 if (flags & UBC_PUSHALL)
/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)))
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c1968 (void)ubc_sync_range(vp, (off_t)0, ubc_getsize(vp), UBC_PUSHALL); local

Completed in 79 milliseconds