Searched refs:db_timestamp (Results 1 – 3 of 3) sorted by relevance
1766 if ((*lastaccess).tv_sec < dbp->db_timestamp.tv_sec) { in read_all_mdrecords()1767 *lastaccess = dbp->db_timestamp; in read_all_mdrecords()1768 } else if ((*lastaccess).tv_sec == dbp->db_timestamp.tv_sec) { in read_all_mdrecords()1769 if ((*lastaccess).tv_usec < dbp->db_timestamp.tv_usec) in read_all_mdrecords()1770 *lastaccess = dbp->db_timestamp; in read_all_mdrecords()
624 struct timeval32 db_timestamp; member713 to->db_timestamp = from->db32_timestamp; \724 to->db32_timestamp = from->db_timestamp; \
2685 uniqtime32(&dbp->db_timestamp); in fixoptrecord()6764 uniqtime32(&dbp->db_timestamp); in initit()9131 uniqtime32(&dbp->db_timestamp); in mddb_createrec()9143 uniqtime32(&dbp->db_timestamp); in mddb_createrec()9238 uniqtime32(&dbp->db_timestamp); in mddb_deleterec()