Home
last modified time | relevance | path

Searched refs:list_struct (Results 1 – 3 of 3) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/tdb/patches/
Dstatic-prototypes22 -int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
23 -tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
28 -int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
29 -int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
30 -int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct list_struct *rec);
46 +static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
47 +static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
52 +static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
53 +static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
54 +static int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct list_struct *rec);
[all …]
Dstatic-functions9 -int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec)
10 +static int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off, struct list_struct *rec)
/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c137 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
175 struct list_struct { struct
276 static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
277 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
282 static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
283 static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
284 static int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct list_struct *rec);
292 struct list_struct *rec);
296 struct list_struct *rec);
1065 struct list_struct rec; in tdb_expand()
[all …]