Lines Matching defs:automounted_fs
55 struct automounted_fs {
56 TAILQ_ENTRY(automounted_fs) af_next;
63 static TAILQ_HEAD(, automounted_fs) automounted;
65 static struct automounted_fs *
68 struct automounted_fs *af;
79 static struct automounted_fs *
82 struct automounted_fs *af;
97 automounted_remove(struct automounted_fs *af)
107 struct automounted_fs *af, *tmpaf;
181 struct automounted_fs *af, *tmpaf;