Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Drecovery.c218 if (tag.t_flags & cpu_to_be16(JBD2_FLAG_LAST_TAG)) in count_tags()
581 if (flags & JBD2_FLAG_LAST_TAG) in jbd2_do_replay()
H A Dcommit.c705 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
/linux/include/linux/
H A Djbd2.h220 #define JBD2_FLAG_LAST_TAG 8 /* last tag in this descriptor block */ macro