Home
last modified time | relevance | path

Searched refs:bucket_seq (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Djournal.c1170 memcpy(new_bucket_seq, ja->bucket_seq, ja->nr * sizeof(u64)); in bch2_set_nr_journal_buckets_iter()
1201 swap(new_bucket_seq, ja->bucket_seq); in bch2_set_nr_journal_buckets_iter()
1519 kfree(ja->bucket_seq); in bch2_dev_journal_exit()
1521 ja->bucket_seq = NULL; in bch2_dev_journal_exit()
1543 ja->bucket_seq = kcalloc(ja->nr, sizeof(u64), GFP_KERNEL); in bch2_dev_journal_init()
1544 if (!ja->bucket_seq) in bch2_dev_journal_init()
1736 …prt_printf(out, "dirty_ondisk\t%u (seq %llu)\n",ja->dirty_idx_ondisk, ja->bucket_seq[ja->dirty_idx… in __bch2_journal_debug_to_text()
1737 prt_printf(out, "dirty_idx\t%u (seq %llu)\n", ja->dirty_idx, ja->bucket_seq[ja->dirty_idx]); in __bch2_journal_debug_to_text()
1738 prt_printf(out, "cur_idx\t%u (seq %llu)\n", ja->cur_idx, ja->bucket_seq[ja->cur_idx]); in __bch2_journal_debug_to_text()
H A Djournal_types.h314 u64 *bucket_seq; member
H A Djournal_reclaim.c201 ja->bucket_seq[ja->dirty_idx] < journal_last_seq(j)) in bch2_journal_space_available()
205 ja->bucket_seq[ja->dirty_idx_ondisk] < j->last_seq_ondisk) in bch2_journal_space_available()
642 ja->bucket_seq[bucket_to_flush]); in journal_seq_to_flush()
H A Djournal_io.c1128 if (le64_to_cpu(j->seq) < ja->bucket_seq[bucket]) in journal_read_bucket()
1131 ja->bucket_seq[bucket] = le64_to_cpu(j->seq); in journal_read_bucket()
1487 ja->bucket_seq[ja->cur_idx] = le64_to_cpu(seq); in journal_advance_devs_to_next_bucket()
1531 ja->bucket_seq[ja->cur_idx] = le64_to_cpu(w->data->seq); in __journal_write_alloc()
1819 ja->bucket_seq[ja->cur_idx] = le64_to_cpu(w->data->seq); in CLOSURE_CALLBACK()