Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Drecovery.c219 if (!(tag.t_flags & cpu_to_be16(JBD2_FLAG_SAME_UUID))) in count_tags()
733 if (!(flags & JBD2_FLAG_SAME_UUID)) in do_one_pass()
H A Dcommit.c679 tag_flag |= JBD2_FLAG_SAME_UUID; in jbd2_journal_commit_transaction()
/openbmc/linux/include/linux/
H A Djbd2.h218 #define JBD2_FLAG_SAME_UUID 2 /* block has same uuid as previous */ macro