Searched refs:r_header (Results 1 – 2 of 2) sorted by relevance
193 jrb->r_header.h_magic = ext2fs_cpu_to_be32(JFS_MAGIC_NUMBER); in journal_add_revoke_to_trans()194 jrb->r_header.h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK); in journal_add_revoke_to_trans()195 jrb->r_header.h_sequence = ext2fs_cpu_to_be32(trans->tid); in journal_add_revoke_to_trans()
179 journal_header_t r_header; member