Lines Matching refs:mapent
49 typedef struct mapent mapent;
65 * mapents, a single mapent representing an indirect mount point.
74 * mapent root, return a list of mapents to mount. If "shallow" is
75 * true return, in place of the list of mapents, a single mapent
80 static mapent *
97 static mapent *
98 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
109 static mapent *
110 frontier_aux(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
153 * Add the "nosuid" option to a mapent. Also check for a sneaky
158 safe_mapent(mapent *me);
182 * Allocate a new mapent structure. The arguments must have been
183 * malloc'ed, and are owned by the mapent; they are freed if
190 static mapent *
232 * apart the map name and key. The "root" of the mapent is
308 static mapent *
315 mapent *mapents;
432 static mapent *
433 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
497 static mapent *
498 frontier_aux(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
503 mapent *me;
557 /* Link new mapent into list (not at the head). */
679 safe_mapent(mapent *me)
756 static mapent *
760 mapent *me;