Coda Distributed File System
|
Go to the source code of this file.
Typedefs | |
typedef struct Bitv_s * | Bitv |
Functions | |
Bitv | Bitv_new (int length) |
void | Bitv_free (Bitv *b) |
int | Bitv_length (Bitv b) |
int | Bitv_count (Bitv b) |
int | Bitv_put (Bitv b, int n, int bit) |
void | Bitv_clear (Bitv b, int loc) |
void | Bitv_set (Bitv b, int loc) |
int | Bitv_getfree (Bitv b) |
void | Bitv_print (Bitv b, FILE *fd) |
void Bitv_clear | ( | Bitv | b, |
int | loc | ||
) |
int Bitv_count | ( | Bitv | b | ) |
void Bitv_free | ( | Bitv * | b | ) |
int Bitv_getfree | ( | Bitv | b | ) |
int Bitv_length | ( | Bitv | b | ) |
Bitv Bitv_new | ( | int | length | ) |
void Bitv_print | ( | Bitv | b, |
FILE * | fd | ||
) |
int Bitv_put | ( | Bitv | b, |
int | n, | ||
int | bit | ||
) |
void Bitv_set | ( | Bitv | b, |
int | loc | ||
) |