Searched refs:JBD2_FLAG_LAST_TAG (Results 1 – 3 of 3) sorted by relevance
218 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()
705 tag->t_flags |= cpu_to_be16(JBD2_FLAG_LAST_TAG); in jbd2_journal_commit_transaction()
220 #define JBD2_FLAG_LAST_TAG 8 /* last tag in this descriptor block */ macro