Home
last modified time | relevance | path

Searched defs:journal_device (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Djournal.h129 struct journal_device { struct
134 uint64_t seq[SB_JOURNAL_BUCKETS];
137 unsigned int cur_idx;
140 unsigned int last_idx;
143 unsigned int discard_idx;
149 atomic_t discard_in_flight;
151 struct work_struct discard_work;
152 struct bio discard_bio;
153 struct bio_vec discard_bv;
156 struct bio bio;
[all …]
/linux-6.15/fs/bcachefs/
H A Djournal_types.h309 struct journal_device { struct
314 u64 *bucket_seq;
316 unsigned sectors_free;
321 unsigned discard_idx; /* Next bucket to discard */
322 unsigned dirty_idx_ondisk;
323 unsigned dirty_idx;
325 unsigned nr;
327 u64 *buckets;
330 struct journal_bio *bio[JOURNAL_BUF_NR];
333 struct closure read;
[all …]