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

/freebsd-10.2-release/usr.sbin/autofs/
H A Dautounmountd.c52 struct automounted_fs { struct
53 TAILQ_ENTRY(automounted_fs) af_next;
60 static TAILQ_HEAD(, automounted_fs) automounted;
62 static struct automounted_fs *
65 struct automounted_fs *af;
76 static struct automounted_fs *
79 struct automounted_fs *af;
94 automounted_remove(struct automounted_fs *af)
104 struct automounted_fs *af, *tmpaf;
183 struct automounted_fs *a
[all...]

Completed in 42 milliseconds