Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Djournal.c988 memcpy(new_bucket_seq, ja->bucket_seq, ja->nr * sizeof(u64)); in __bch2_set_nr_journal_buckets()
1020 swap(new_bucket_seq, ja->bucket_seq); in __bch2_set_nr_journal_buckets()
1308 kfree(ja->bucket_seq); in bch2_dev_journal_exit()
1310 ja->bucket_seq = NULL; in bch2_dev_journal_exit()
1332 ja->bucket_seq = kcalloc(ja->nr, sizeof(u64), GFP_KERNEL); in bch2_dev_journal_init()
1333 if (!ja->bucket_seq) in bch2_dev_journal_init()
1516 …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()
1517 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()
1518 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()
A Djournal_types.h315 u64 *bucket_seq; member
A Djournal_reclaim.c190 ja->bucket_seq[ja->dirty_idx] < journal_last_seq(j)) in bch2_journal_space_available()
194 ja->bucket_seq[ja->dirty_idx_ondisk] < j->last_seq_ondisk) in bch2_journal_space_available()
607 ja->bucket_seq[bucket_to_flush]); in journal_seq_to_flush()
A Djournal_io.c1085 if (le64_to_cpu(j->seq) < ja->bucket_seq[bucket]) in journal_read_bucket()
1088 ja->bucket_seq[bucket] = le64_to_cpu(j->seq); in journal_read_bucket()
1459 ja->bucket_seq[ja->cur_idx] = le64_to_cpu(w->data->seq); in __journal_write_alloc()
1521 ja->bucket_seq[ja->cur_idx] = le64_to_cpu(w->data->seq); in journal_write_alloc()
1749 ja->bucket_seq[ja->cur_idx] = le64_to_cpu(w->data->seq); in CLOSURE_CALLBACK()

Completed in 18 milliseconds