Home | History | Annotate | Download | only in ext2fs

Lines Matching full:newrec_ptr

2428 	tdb_off_t newrec_ptr;
2439 newrec_ptr = rec_ptr + sizeof(*rec) + length;
2444 newrec_ptr = 0;
2462 if (newrec_ptr) {
2470 if (tdb_free(tdb, newrec_ptr, &newrec) == -1) {
2487 tdb_off_t rec_ptr, last_ptr, newrec_ptr;
2545 newrec_ptr = tdb_allocate_ofs(tdb, length, bestfit.rec_ptr, rec, bestfit.last_ptr);
2547 return newrec_ptr;