Searched defs:journal_keys (Results 1 – 2 of 2) sorted by relevance
21 struct journal_keys { struct23 size_t nr, size;24 struct journal_key *data;30 size_t gap;31 atomic_t ref;32 bool initial_ref_held;33 struct mutex overwrite_lock;
1077 struct journal_keys journal_keys; member