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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddbd_dbcheck.c27 u_int32_t c_didname = 0, c_devino = 0, c_cnid = 0; local
31 if (dbif_count(dbd, DBIF_CNID, &c_cnid))
38 if ( c_cnid != c_devino) {
39 LOG(log_error, logtype_cnid, "CNID database at `%s' corrupted (%u/%u)", dbdir, c_cnid, c_devino);
46 if ( c_cnid != c_didname) {
47 LOG(log_error, logtype_cnid, "CNID database at `%s' corrupted (%u/%u)", dbdir, c_cnid, c_didname);
51 LOG(log_note, logtype_cnid, "CNID database at `%s' seems ok, %u entries.", dbdir, c_cnid);

Completed in 36 milliseconds