Searched defs:best_el (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c1399 struct tdb_transaction_el *el, *best_el=NULL; local
1417 if (best_el == NULL && off == el->offset+el->length) {
1418 best_el = el;
1457 if (best_el && best_el->offset + best_el->length == off &&
1460 unsigned char *data = best_el->data;
1461 el = best_el;

Completed in 161 milliseconds