Home
last modified time | relevance | path

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

/linux-6.15/fs/jbd2/
H A Drecovery.c215 if (!(tag.t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()
578 if (!(flags & JBD2_FLAG_SAME_UUID)) in jbd2_do_replay()
H A Dcommit.c674 tag_flag |= JBD2_FLAG_SAME_UUID; in jbd2_journal_commit_transaction()
/linux-6.15/include/linux/
H A Djbd2.h218 #define JBD2_FLAG_SAME_UUID 2 /* block has same uuid as previous */ macro