Searched defs:journal_keys (Results 1 – 2 of 2) sorted by relevance
22 struct journal_keys { struct24 size_t nr, size;25 struct journal_key *data;31 size_t gap;32 atomic_t ref;33 bool initial_ref_held;34 struct mutex overwrite_lock;
1150 struct journal_keys journal_keys; member