Searched refs:last_actual (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c121 db_pgno_t last_actual, last_desired; local
137 if ((ret = __db_lastpgno(dbp, realname, fhp, &last_actual)) != 0)
147 * If last_desired > last_actual, we need to grow the file. Write
150 if (last_desired > last_actual) {

Completed in 33 milliseconds