Searched refs:last_ptr (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 2291 tdb_off_t last_ptr, i; in remove_from_freelist() local 2294 last_ptr = FREELIST_TOP; in remove_from_freelist() 2295 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) { in remove_from_freelist() 2298 return tdb_ofs_write(tdb, last_ptr, &next); in remove_from_freelist() 2301 last_ptr = i; in remove_from_freelist() 2425 struct list_struct *rec, tdb_off_t last_ptr) in tdb_allocate_ofs() argument 2448 if (tdb_ofs_write(tdb, last_ptr, &rec->next) == -1) { in tdb_allocate_ofs() 2487 tdb_off_t rec_ptr, last_ptr, newrec_ptr; in tdb_allocate() local 2489 tdb_off_t rec_ptr, last_ptr; in tdb_allocate() member 2500 last_ptr = FREELIST_TOP; in tdb_allocate() [all …]
|