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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c232 if (un->un_flags & UN_CACHED) {
233 un->un_flags &= ~UN_CACHED;
287 un->un_flags |= UN_CACHED;
641 un->un_flags |= UN_CACHED;
676 if (un->un_flags & UN_CACHED) {
677 un->un_flags &= ~UN_CACHED;
732 if (un->un_flags & UN_CACHED) {
733 un->un_flags &= ~UN_CACHED;
1361 if (un->un_flags & UN_CACHED) {
1362 un->un_flags &= ~UN_CACHED;
[all...]
H A Dunion.h161 #define UN_CACHED 0x04 /* In union cache */ macro
H A Dunion_vnops.c1047 if (un->un_flags & UN_CACHED) {
1048 un->un_flags &= ~UN_CACHED;
1278 if (un->un_flags & UN_CACHED) {
1279 un->un_flags &= ~UN_CACHED;

Completed in 28 milliseconds