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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h79 #define UNMNT_ABOVE 0x0001 /* Target appears above mount point */ macro
103 #define UNION_ABOVE(x) (x->um_op == UNMNT_ABOVE)
H A Dunion_vfsops.c177 case UNMNT_ABOVE:
238 if (um->um_op == UNMNT_ABOVE) {
259 case UNMNT_ABOVE:
H A Dunion_subr.c1093 if (um->um_op == UNMNT_ABOVE)
1098 cn->cn_context = cnp->cn_context; /* XXX !UNMNT_ABOVE case ??? */

Completed in 32 milliseconds