Home
last modified time | relevance | path

Searched refs:buckets_waiting_for_journal (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbuckets_waiting_for_journal.c25 u64 bch2_bucket_journal_seq_ready(struct buckets_waiting_for_journal *b, in bch2_bucket_journal_seq_ready()
84 int bch2_set_bucket_needs_journal_commit(struct buckets_waiting_for_journal *b, in bch2_set_bucket_needs_journal_commit()
153 struct buckets_waiting_for_journal *b = &c->buckets_waiting_for_journal; in bch2_fs_buckets_waiting_for_journal_exit()
162 struct buckets_waiting_for_journal *b = &c->buckets_waiting_for_journal; in bch2_fs_buckets_waiting_for_journal_init()
H A Dbuckets_waiting_for_journal.h7 u64 bch2_bucket_journal_seq_ready(struct buckets_waiting_for_journal *,
9 int bch2_set_bucket_needs_journal_commit(struct buckets_waiting_for_journal *,
H A Dbuckets_waiting_for_journal_types.h18 struct buckets_waiting_for_journal { struct
H A DMakefile26 buckets_waiting_for_journal.o \
H A Dbcachefs.h942 struct buckets_waiting_for_journal buckets_waiting_for_journal; member
H A Dalloc_background.c971 ret = bch2_set_bucket_needs_journal_commit(&c->buckets_waiting_for_journal, in bch2_trigger_alloc()
1843 u64 seq_ready = bch2_bucket_journal_seq_ready(&c->buckets_waiting_for_journal, in bch2_discard_one_bucket()
H A Dalloc_foreground.c192 bch2_bucket_journal_seq_ready(&c->buckets_waiting_for_journal, in may_alloc_bucket()