Include dependency graph for bitmap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | bitmap_t |
Defines | |
#define | BITS2BYTES(bits) (bits ? ((((bits)-1)>>3)+1) : 0) |
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.h.