totalsize          91 lib/tdb/common/freelist.c 	tdb_off_t totalsize;
totalsize          94 lib/tdb/common/freelist.c 	totalsize = sizeof(*rec) + rec->rec_len;
totalsize          95 lib/tdb/common/freelist.c 	return tdb_ofs_write(tdb, offset + totalsize - sizeof(tdb_off_t),
totalsize          96 lib/tdb/common/freelist.c 			 &totalsize);