Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-integrity.c138 static unsigned char prev_commit_seq(unsigned char seq) in prev_commit_seq() function
3023 last_used = prev_commit_seq(unused); in replay_journal()
3024 want_commit_seq = prev_commit_seq(last_used); in replay_journal()
3026 if (!used_commit_ids[want_commit_seq] && used_commit_ids[prev_commit_seq(want_commit_seq)]) in replay_journal()
3074 erase_seq = prev_commit_seq(prev_commit_seq(last_used)); in replay_journal()