Symbol: MF_INPROG
usr/src/uts/common/fs/autofs/auto_subr.c
103
ASSERT(operation & (MF_INPROG | MF_LOOKUP));
usr/src/uts/common/fs/autofs/auto_subr.c
120
while (fnp->fn_flags & (MF_INPROG | MF_LOOKUP)) {
usr/src/uts/common/fs/autofs/auto_subr.c
180
AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_subr.c
1863
if (lck_error != 0 || (tp->fn_flags & MF_INPROG) ||
usr/src/uts/common/fs/autofs/auto_subr.c
2111
if (fnp->fn_flags & (MF_INPROG | MF_LOOKUP)) {
usr/src/uts/common/fs/autofs/auto_subr.c
2148
AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_subr.c
2160
AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_subr.c
2234
AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_subr.c
224
AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_subr.c
2250
AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_subr.c
2381
if (currfnp->fn_flags & MF_INPROG) {
usr/src/uts/common/fs/autofs/auto_subr.c
279
AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_vnops.c
1282
ASSERT(!(fnp->fn_flags & (MF_INPROG | MF_LOOKUP)));
usr/src/uts/common/fs/autofs/auto_vnops.c
1413
while (fnp->fn_flags & (MF_LOOKUP | MF_INPROG)) {
usr/src/uts/common/fs/autofs/auto_vnops.c
1501
AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
usr/src/uts/common/fs/autofs/auto_vnops.c
444
if (dfnp->fn_flags & (MF_LOOKUP | MF_INPROG)) {
usr/src/uts/common/fs/autofs/auto_vnops.c
564
((operation == AUTOFS_MOUNT) && (fnp->fn_flags & MF_INPROG))) {
usr/src/uts/common/fs/autofs/auto_vnops.c
626
AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);