Lines Matching defs:of
2 This file is part of systemd.
7 under the terms of the GNU Lesser General Public License as published by
8 the Free Software Foundation; either version 2.1 of the License, or
12 WITHOUT ANY WARRANTY; without even the implied warranty of
16 You should have received a copy of the GNU Lesser General Public License
82 * we keep track only of all error kinds, but not of all error
1960 log_debug_errno(r, "Cannot decompress %s object of length %zu at offset "OFSfmt": %m",
2450 JournalFile *of;
2473 /* We reached the end of the list? Then start again, with the next file */
2520 ORDERED_HASHMAP_FOREACH(of, j->files, i) {
2521 if (of == j->unique_file)
2525 if (JOURNAL_HEADER_CONTAINS(of->header, n_fields) && le64toh(of->header->n_fields) <= 0)
2528 r = journal_file_find_data_object_with_hash(of, odata, ol, le64toh(o->data.hash), NULL, NULL);
2577 JournalFile *f, *of;
2597 /* Reached the end of the hash table, go to the next file. */
2633 /* Reached the end of the hash table chain */
2654 ORDERED_HASHMAP_FOREACH(of, j->files, i) {
2655 if (of == f)
2659 if (JOURNAL_HEADER_CONTAINS(of->header, n_fields) && le64toh(of->header->n_fields) <= 0)
2662 r = journal_file_find_field_object_with_hash(of, o->field.payload, sz, le64toh(o->field.hash), NULL, NULL);