swap_file_t
static int swap_add(swap_file_t *, char **);
static void swap_area_add(swap_file_t *, swap_area_t *);
static swap_area_t *swap_area_lookup(swap_file_t *, swapent_t *);
static void swap_area_remove(swap_file_t *, swap_area_t *);
static int swap_delete(swap_file_t *, char **);
static swap_file_t *swap_file_alloc(char *);
static void swap_file_free(swap_file_t *);
swap_file_t *sf;
swap_file_t *sf;
swap_file_t *sf;
swap_file_t *sf;
swap_file_t *sf;
swap_file_t *sf;
swap_delete(swap_file_t *sf, char **errstr)
swap_add(swap_file_t *sf, char **errstr)
swap_file_t *sf, *stale_sf;
swap_file_t *sf;
swap_file_free(swap_file_t *sf)
cache_insert(swap_file_t *ent)
static swap_file_t *
swap_file_t *sf;
cache_remove(swap_file_t *ent)
swap_area_add(swap_file_t *sf, swap_area_t *sa)
swap_area_remove(swap_file_t *sf, swap_area_t *ent)
static swap_file_t *
swap_file_t *sf;
static swap_file_t *cache;
swap_area_lookup(swap_file_t *sf, swapent_t *swt_ent)
static void cache_insert(swap_file_t *);
static swap_file_t *cache_lookup(char *);
static void cache_remove(swap_file_t *);