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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h83 #define UNMNT_FAULTIN 0x0004 /* get the files to TOT on lookup */ macro
107 #define UNION_FAULTIN(x) (x->um_op == UNMNT_FAULTIN)
H A Dunion_vfsops.c195 case UNMNT_FAULTIN:
215 if ((um->um_op != UNMNT_FAULTIN) && (mp->mnt_flag & MNT_RDONLY) == 0)
269 case UNMNT_FAULTIN:

Completed in 24 milliseconds