Home
last modified time | relevance | path

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

/external/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)
/external/e2fsprogs/lib/ext2fs/
Dtdb.c131 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
169 struct list_struct { struct
269 static int tdb_free(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
270 static tdb_off_t tdb_allocate(struct tdb_context *tdb, tdb_len_t length, struct list_struct *rec);
275 static int tdb_rec_read(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
276 static int tdb_rec_write(struct tdb_context *tdb, tdb_off_t offset, struct list_struct *rec);
277 static int tdb_do_delete(struct tdb_context *tdb, tdb_off_t rec_ptr, struct list_struct *rec);
285 struct list_struct *rec);
289 struct list_struct *rec);
1057 struct list_struct rec; in tdb_expand()
[all …]