Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c194 AUTOFS_UNBLOCK_OTHERS(fnp, MF_LOOKUP); in auto_lookup_aux()
224 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG); in auto_lookup_aux()
226 AUTOFS_UNBLOCK_OTHERS(fnp, MF_LOOKUP); in auto_lookup_aux()
279 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG); in auto_mount_thread()
2161 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG); in try_unmount_node()
2235 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG); in try_unmount_node()
2251 AUTOFS_UNBLOCK_OTHERS(fnp, MF_INPROG); in try_unmount_node()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h254 #define AUTOFS_UNBLOCK_OTHERS(fnp, operation) { \ macro