Lines Matching refs:frontier
85 * Traverse the namespace to find a frontier below ref along which
98 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
102 * Called by frontier(), once for each "name" that it finds. map is
103 * passed unchanged from frontier(). ref is the reference named by
104 * "map/name". If ref is found to be along the frontier, add the
106 * continue traversing the namespace to find the frontier. Other
107 * arguments and the return value are as for frontier().
410 return (frontier(mapents, ref, map, maplen, map + maplen,
433 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen,
526 * we have reached the frontier.
545 * If we have reached the frontier, install a direct autofs
566 frontier(mapents, ref, map, maplen, mntpnt, opts, status);