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

/opensolaris-onvv-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c95 * Clears the MF_INPROG flag, and wakes up those threads sleeping on
101 uint_t operation) /* either MF_INPROG or MF_LOOKUP */
103 ASSERT(operation & (MF_INPROG | MF_LOOKUP));
120 while (fnp->fn_flags & (MF_INPROG | MF_LOOKUP)) {
178 AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
222 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
277 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG);
1862 if (lck_error != 0 || (tp->fn_flags & MF_INPROG) ||
2110 if (fnp->fn_flags & (MF_INPROG | MF_LOOKUP)) {
2147 AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
[all...]
H A Dauto_vnops.c443 if (dfnp->fn_flags & (MF_LOOKUP | MF_INPROG)) {
552 * The 'MF_INPROG' indicates another thread is currently
563 ((operation == AUTOFS_MOUNT) && (fnp->fn_flags & MF_INPROG))) {
625 AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
1281 ASSERT(!(fnp->fn_flags & (MF_INPROG | MF_LOOKUP)));
1411 while (fnp->fn_flags & (MF_LOOKUP | MF_INPROG)) {
1499 AUTOFS_BLOCK_OTHERS(fnp, MF_INPROG);
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h114 * MF_INPROG:
200 #define MF_INPROG 0x002 /* Mount in progress */ macro
242 * Sets the MF_INPROG flag on this fnnode.
244 * operation is either MF_INPROG or MF_LOOKUP.

Completed in 103 milliseconds