Lines Matching defs:realtime
145 l->realtime = le64toh(o->entry.realtime);
460 f->current_realtime == l->realtime &&
485 if (f->current_realtime < l->realtime)
487 if (f->current_realtime > l->realtime)
629 return journal_file_move_to_entry_by_realtime_for_data(f, dp, j->current_location.realtime, direction, ret, offset);
722 return journal_file_move_to_entry_by_realtime(f, j->current_location.realtime, direction, ret, offset);
939 le64toh(o->entry.realtime),
949 unsigned long long seqnum, monotonic, realtime, xor_hash;
1000 if (sscanf(item+2, "%llx", &realtime) != 1)
1027 j->current_location.realtime = (uint64_t) realtime;
1117 if (ll != le64toh(o->entry.realtime))
1153 j->current_location.realtime = usec;
1838 *ret = le64toh(o->entry.realtime);