Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbuckets_waiting_for_journal.c25 bool bch2_bucket_needs_journal_commit(struct buckets_waiting_for_journal *b, in bch2_bucket_needs_journal_commit()
86 int bch2_set_bucket_needs_journal_commit(struct buckets_waiting_for_journal *b, in bch2_set_bucket_needs_journal_commit()
155 struct buckets_waiting_for_journal *b = &c->buckets_waiting_for_journal; in bch2_fs_buckets_waiting_for_journal_exit()
164 struct buckets_waiting_for_journal *b = &c->buckets_waiting_for_journal; in bch2_fs_buckets_waiting_for_journal_init()
Dbuckets_waiting_for_journal.h7 bool bch2_bucket_needs_journal_commit(struct buckets_waiting_for_journal *,
9 int bch2_set_bucket_needs_journal_commit(struct buckets_waiting_for_journal *,
Dbuckets_waiting_for_journal_types.h18 struct buckets_waiting_for_journal { struct
DMakefile26 buckets_waiting_for_journal.o \
Dbcachefs.h929 struct buckets_waiting_for_journal buckets_waiting_for_journal; member
Dalloc_background.c955 ret = bch2_set_bucket_needs_journal_commit(&c->buckets_waiting_for_journal, in bch2_trigger_alloc()
1776 if (bch2_bucket_needs_journal_commit(&c->buckets_waiting_for_journal, in bch2_discard_one_bucket()
Dalloc_foreground.c228 if (bch2_bucket_needs_journal_commit(&c->buckets_waiting_for_journal, in __try_alloc_bucket()