Home
last modified time | relevance | path

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

/linux-6.8/drivers/md/bcache/
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.8/fs/bcachefs/
Djournal_types.h295 struct journal_device { struct
300 u64 *bucket_seq;
302 unsigned sectors_free;
307 unsigned discard_idx; /* Next bucket to discard */
308 unsigned dirty_idx_ondisk;
309 unsigned dirty_idx;
310 unsigned cur_idx; /* Journal bucket we're currently writing to */
311 unsigned nr;
313 u64 *buckets;
316 struct bio *bio;
[all …]