HomeSort by: relevance | last modified time | path
    Searched defs:automounted_fs (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/autofs/
autounmountd.c 55 struct automounted_fs { struct
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
    [all...]

Completed in 13 milliseconds