Searched refs:last_ptr (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 2289 tdb_off_t last_ptr, i; in remove_from_freelist() local 2292 last_ptr = FREELIST_TOP; in remove_from_freelist() 2293 while (tdb_ofs_read(tdb, last_ptr, &i) != -1 && i != 0) { in remove_from_freelist() 2296 return tdb_ofs_write(tdb, last_ptr, &next); in remove_from_freelist() 2299 last_ptr = i; in remove_from_freelist() 2423 struct list_struct *rec, tdb_off_t last_ptr) in tdb_allocate_ofs() argument 2446 if (tdb_ofs_write(tdb, last_ptr, &rec->next) == -1) { in tdb_allocate_ofs() 2485 tdb_off_t rec_ptr, last_ptr, newrec_ptr; in tdb_allocate() local 2487 tdb_off_t rec_ptr, last_ptr; in tdb_allocate() member 2498 last_ptr = FREELIST_TOP; in tdb_allocate() [all …]
|