Lines Matching defs:mnt_map
349 struct mnt_map { struct
350 qelem hdr;
351 int refc; /* Reference count */
352 short flags; /* Allocation flags */
353 short alloc; /* Allocation mode */
354 time_t modify; /* Modify time of map */
355 u_int reloads; /* Number of times map was reloaded */
356 u_int nentries; /* Number of entries in the map */
357 char *map_name; /* Name of this map */
358 char *wildcard; /* Wildcard value */
359 reload_fn *reload; /* Function to be used for reloads */
360 isup_fn *isup; /* Is service up or not? (1=up, 0=down) */
361 search_fn *search; /* Function to be used for searching */
362 mtime_fn *mtime; /* Modify time function */
363 kv *kvhash[NKVHASH]; /* Cached data */
364 cf_map_t *cfm; /* pointer to per-map amd.conf opts, if any */
365 void *map_data; /* Map data black box */