Include dependency graph for bitmap.c:
Go to the source code of this file.
Defines | |
#define | ALL_ONES 0xff |
#define | ALL_ZEROES 0x00 |
Functions | |
void | bitmap_initialize (bitmap_t *bitmap, __u8 *map, count_t bits) |
void | bitmap_set_range (bitmap_t *bitmap, index_t start, count_t bits) |
void | bitmap_clear_range (bitmap_t *bitmap, index_t start, count_t bits) |
void | bitmap_copy (bitmap_t *dst, bitmap_t *src, count_t bits) |
Definition in file bitmap.c.