Searched defs:n_data (Results 1 - 2 of 2) sorted by relevance

/systemd/src/journal/
H A Djournal-verify.c575 int data_fd, uint64_t n_data,
609 if (!contains_uint64(f->mmap, data_fd, n_data, p)) {
681 int data_fd, uint64_t n_data) {
698 if (!contains_uint64(f->mmap, data_fd, n_data, q)) {
726 int data_fd, uint64_t n_data,
790 r = verify_entry(f, o, p, data_fd, n_data);
818 uint64_t n_weird = 0, n_objects = 0, n_entries = 0, n_data = 0, n_fields = 0, n_data_hash_tables = 0, n_field_hash_tables = 0, n_entry_arrays = 0, n_tags = 0; local
931 n_data++;
1167 if (JOURNAL_HEADER_CONTAINS(f->header, n_data) &&
1168 n_data !
573 verify_hash_table( JournalFile *f, int data_fd, uint64_t n_data, int entry_fd, uint64_t n_entries, int entry_array_fd, uint64_t n_entry_arrays, usec_t *last_usec, bool show_progress) argument
678 verify_entry( JournalFile *f, Object *o, uint64_t p, int data_fd, uint64_t n_data) argument
724 verify_entry_array( JournalFile *f, int data_fd, uint64_t n_data, int entry_fd, uint64_t n_entries, int entry_array_fd, uint64_t n_entry_arrays, usec_t *last_usec, bool show_progress) argument
[all...]
H A Djournal-def.h214 le64_t n_data; member in struct:Header

Completed in 22 milliseconds