Searched defs:autofs_globals (Results 1 – 1 of 1) sorted by relevance
224 struct autofs_globals { struct225 fnnode_t *fng_rootfnnodep;226 int fng_fnnode_count;227 int fng_printed_not_running_msg;228 kmutex_t fng_unmount_threads_lock;229 int fng_unmount_threads;230 int fng_verbose;231 zoneid_t fng_zoneid;232 pid_t fng_autofs_pid;233 kmutex_t fng_autofs_daemon_lock;[all …]