autofs_rddir_cache
struct autofs_rddir_cache *rdcp;
struct autofs_rddir_cache *rdcp,
struct autofs_rddir_cache **rdcpp)
struct autofs_rddir_cache *p;
p = (struct autofs_rddir_cache *)malloc(sizeof (*p));
autofs_rddir_cache_lookup(char *map, struct autofs_rddir_cache **rdcpp)
struct autofs_rddir_cache *p;
static void build_dir_entry_list(struct autofs_rddir_cache *rdcp,
autofs_rddir_cache_entry_free(struct autofs_rddir_cache *p)
autofs_rddir_cache_delete(struct autofs_rddir_cache *rdcp)
struct autofs_rddir_cache *p, *prev;
struct autofs_rddir_cache **rdcpp);
int autofs_rddir_cache_lookup(char *map, struct autofs_rddir_cache **rdcpp);
static int autofs_rddir_cache_delete(struct autofs_rddir_cache *rdcp);
build_dir_entry_list(struct autofs_rddir_cache *rdcp, struct dir_entry *list)
static int create_dirents(struct autofs_rddir_cache *rdcp, ulong_t offset,
struct autofs_rddir_cache *p, *next = NULL;
struct autofs_rddir_cache *rddir_head; /* readdir cache head */
struct autofs_rddir_cache *rdcp = NULL;
struct autofs_rddir_cache *next;
extern int autofs_rddir_cache_lookup(char *, struct autofs_rddir_cache **);