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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h171 #define UNNODE_FAULTIN(x) ((x->un_flags & UN_FAULTFS)== UN_FAULTFS) macro
173 #define UNNODE_FAULTIN(x) (0) macro
H A Dunion_vnops.c462 if (UNNODE_FAULTIN(un) && (vp != NULLVP) && ((vnode_isreg(vp) != 0)|| (vnode_islnk(vp) != 0))) {
1026 if (UNNODE_FAULTIN(dun) && ((ap->a_vp != NULLVP) &&
1062 if (UNNODE_FAULTIN(un))
1096 if (UNNODE_FAULTIN(tun))
1151 if (UNNODE_FAULTIN(un))
1169 if (UNNODE_FAULTIN(un))
1191 if (UNNODE_FAULTIN(un))
1297 if (UNNODE_FAULTIN(un))
H A Dunion_subr.c841 if (UNNODE_FAULTIN(un)) {
1261 if (UNNODE_FAULTIN(un))
1395 if (UNNODE_FAULTIN(un))

Completed in 29 milliseconds