Home
last modified time | relevance | path

Searched refs:MF_WAITING (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h203 #define MF_WAITING 0x004 macro
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c105 if (fnp->fn_flags & MF_WAITING) { in auto_unblock_others()
106 fnp->fn_flags &= ~MF_WAITING; in auto_unblock_others()
124 fnp->fn_flags |= MF_WAITING; in auto_wait4mount()
2249 if (fnp->fn_flags & MF_WAITING) in try_unmount_node()