Searched refs:journal_file_find_data_object_with_hash (Results 1 - 3 of 3) sorted by relevance

/systemd/src/journal/
H A Djournal-file.h200 int journal_file_find_data_object_with_hash(JournalFile *f, const void *data, uint64_t size, uint64_t hash, Object **ret, uint64_t *offset);
H A Dsd-journal.c522 r = journal_file_find_data_object_with_hash(f, m->data, m->size, le64toh(m->le_hash), NULL, &dp);
611 r = journal_file_find_data_object_with_hash(f, m->data, m->size, le64toh(m->le_hash), NULL, &dp);
2528 r = journal_file_find_data_object_with_hash(of, odata, ol, le64toh(o->data.hash), NULL, NULL);
H A Djournal-file.c903 int journal_file_find_data_object_with_hash( function
1004 return journal_file_find_data_object_with_hash(f,
1087 r = journal_file_find_data_object_with_hash(f, data, size, hash, &o, &p);

Completed in 1118 milliseconds