Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dtdb.c2508 } bestfit; in tdb_allocate() local
2523 bestfit.rec_ptr = 0; in tdb_allocate()
2524 bestfit.last_ptr = 0; in tdb_allocate()
2525 bestfit.rec_len = 0; in tdb_allocate()
2538 if (bestfit.rec_ptr == 0 || in tdb_allocate()
2539 rec->rec_len < bestfit.rec_len) { in tdb_allocate()
2540 bestfit.rec_len = rec->rec_len; in tdb_allocate()
2541 bestfit.rec_ptr = rec_ptr; in tdb_allocate()
2542 bestfit.last_ptr = last_ptr; in tdb_allocate()
2546 if (bestfit.rec_len < 2*length) { in tdb_allocate()
[all …]