Searched refs:n_data (Results 1 - 3 of 3) sorted by relevance
/systemd/src/journal/ |
H A D | journal-verify.c | 575 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 D | journal-def.h | 214 le64_t n_data; member in struct:Header
|
H A D | journal-file.c | 74 /* n_data was the first entry we added after the initial file format design */ 75 #define HEADER_SIZE_MIN ALIGN64(offsetof(Header, n_data)) 311 /* The first addition was n_data, so check that we are at least this large */ 825 if (JOURNAL_HEADER_CONTAINS(f->header, n_data)) 826 f->header->n_data = htole64(le64toh(f->header->n_data) + 1); 2647 if (JOURNAL_HEADER_CONTAINS(f->header, n_data)) 2650 le64toh(f->header->n_data), 2651 100.0 * (double) le64toh(f->header->n_data) / ((double) (le64toh(f->header->data_hash_table_size) / sizeof(HashItem)))); 3281 * the fill level we need the n_data fiel [all...] |
Completed in 744 milliseconds