Home
last modified time | relevance | path

Searched refs:CFM_AUTOFS_USE_LOFS (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/conf/autofs/
Dautofs_solaris_v2_v3.c604 if (gopt.flags & CFM_AUTOFS_USE_LOFS || in autofs_mount_2_req()
1088 if (!(gopt.flags & CFM_AUTOFS_USE_LOFS)) in autofs_mount_fs()
1146 gopt.flags & CFM_AUTOFS_USE_LOFS) { in autofs_umount_fs()
1219 if (gopt.flags & CFM_AUTOFS_USE_LOFS || in autofs_mount_succeeded()
Dautofs_linux.c590 if (bind_works && gopt.flags & CFM_AUTOFS_USE_LOFS) { in autofs_bind_umount()
652 if (bind_works && gopt.flags & CFM_AUTOFS_USE_LOFS) { in autofs_mount_fs()
/netbsd/src/external/bsd/am-utils/dist/amd/
Damd.h74 #define CFM_AUTOFS_USE_LOFS 0x00001000 macro
84 #define CFM_DEFAULT_FLAGS (CFM_PROCESS_LOCK|CFM_USE_TCPWRAPPERS|CFM_AUTOFS_USE_LOFS|CFM_DOMAIN_…
Dconf.c418 gopt.flags |= CFM_AUTOFS_USE_LOFS; in gopt_autofs_use_lofs()
421 gopt.flags &= ~CFM_AUTOFS_USE_LOFS; in gopt_autofs_use_lofs()
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog4691 (autofs_mount_2_req): request symlinks if CFM_AUTOFS_USE_LOFS is
4713 mounts) on autofs and to observe the new CFM_AUTOFS_USE_LOFS flag
4812 * amd/amd.h (CFM_AUTOFS_USE_LOFS): new flag, tells amd whether to
4814 (CFM_DEFAULT_FLAGS): added CFM_AUTOFS_USE_LOFS