Files | |
file | db1.c |
file | falloc.c |
The entire file space is thus divided into blocks with a "struct fablock" at the header of each. | |
file | falloc.h |
File space allocation routines. | |
file | rpmdb.h |
Access RPM indices using Berkeley DB interface(s). | |
Defines | |
#define | FA_MAGIC 0x02050920 |
Functions | |
FD_t | fadOpen (const char *path, int flags, mode_t perms) |
unsigned int | fadAlloc (FD_t fd, unsigned int size) |
void | fadFree (FD_t fd, unsigned int offset) |
int | fadFirstOffset (FD_t fd) |
int | fadNextOffset (FD_t fd, unsigned int lastoff) |
char * | db1basename (int rpmtag) |
Return base file name for db1 database (legacy). | |
Variables | |
struct _dbiVec | db1vec |
char* db1basename | ( | int | rpmtag | ) |
unsigned int fadAlloc | ( | FD_t | fd, | |
unsigned int | size | |||
) |
void fadFree | ( | FD_t | fd, | |
unsigned int | offset | |||
) |
int fadNextOffset | ( | FD_t | fd, | |
unsigned int | lastoff | |||
) |