Lines Matching refs:map
1 /* $NetBSD: map.h,v 1.7 2019/06/30 11:38:16 sevan Exp $ */
28 * $FreeBSD: src/sbin/gpt/map.h,v 1.6 2005/08/31 01:47:19 marcel Exp $
34 struct map {
37 struct map *map_next;
38 struct map *map_prev;
56 struct map *map_add(struct gpt *, off_t, off_t, int, void *, int);
57 struct map *map_alloc(struct gpt *, off_t, off_t, off_t);
58 struct map *map_find(struct gpt *, int);
59 struct map *map_first(struct gpt *);
60 struct map *map_last(struct gpt *);
61 off_t map_resize(struct gpt *, struct map *, off_t, off_t);