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

/freebsd-12-stable/usr.sbin/autofs/
H A Dautounmountd.c54 struct automounted_fs { struct
55 TAILQ_ENTRY(automounted_fs) af_next;
62 static TAILQ_HEAD(, automounted_fs) automounted;
64 static struct automounted_fs *
67 struct automounted_fs *af;
77 static struct automounted_fs *
80 struct automounted_fs *af;
95 automounted_remove(struct automounted_fs *af)
105 struct automounted_fs *af, *tmpaf;
184 struct automounted_fs *a
[all...]

Completed in 102 milliseconds