Home
last modified time | relevance | path

Searched refs:buckets_waiting_for_journal_table (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dbuckets_waiting_for_journal.c9 bucket_hash(struct buckets_waiting_for_journal_table *t, in bucket_hash()
15 static void bucket_table_init(struct buckets_waiting_for_journal_table *t, size_t bits) in bucket_table_init()
29 struct buckets_waiting_for_journal_table *t; in bch2_bucket_needs_journal_commit()
51 static bool bucket_table_insert(struct buckets_waiting_for_journal_table *t, in bucket_table_insert()
91 struct buckets_waiting_for_journal_table *t, *n; in bch2_set_bucket_needs_journal_commit()
H A Dbuckets_waiting_for_journal_types.h12 struct buckets_waiting_for_journal_table { struct
20 struct buckets_waiting_for_journal_table *t; argument