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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion.h98 int um_op; /* Operation mode */ member in struct:union_mount
103 #define UNION_ABOVE(x) (x->um_op == UNMNT_ABOVE)
104 #define UNION_LOWER(x) (x->um_op == UNMNT_BELOW)
105 #define UNION_REPLACE(x) (x->um_op == UNMNT_REPLACE)
107 #define UNION_FAULTIN(x) (x->um_op == UNMNT_FAULTIN)
H A Dunion_vfsops.c175 um->um_op = args.mntflags & UNMNT_OPMASK;
176 switch (um->um_op) {
215 if ((um->um_op != UNMNT_FAULTIN) && (mp->mnt_flag & MNT_RDONLY) == 0)
238 if (um->um_op == UNMNT_ABOVE) {
258 switch (um->um_op) {
H A Dunion_vnops.c279 if (um->um_op == UNMNT_BELOW) {
671 if (um->um_op == UNMNT_BELOW) {
H A Dunion_subr.c1093 if (um->um_op == UNMNT_ABOVE)

Completed in 48 milliseconds