Searched refs:lofs_mnttab (Results 1 – 1 of 1) sorted by relevance
56 static struct lofs_mnttab { /* linked list of all lofs mount points */ struct57 struct lofs_mnttab *l_next; argument60 } *lofs_mnttab = NULL; argument68 struct lofs_mnttab *lmt; in rebuild_lofs_cache()69 struct lofs_mnttab *next; in rebuild_lofs_cache()75 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) { in rebuild_lofs_cache()81 lofs_mnttab = NULL; in rebuild_lofs_cache()100 if ((lmt = malloc(sizeof (struct lofs_mnttab))) == NULL) in rebuild_lofs_cache()104 lmt->l_next = lofs_mnttab; in rebuild_lofs_cache()105 lofs_mnttab = lmt; in rebuild_lofs_cache()[all …]