Searched refs:jbd2_journal_revoke_tail (Results 1 – 3 of 3) sorted by relevance
595 csum_size = sizeof(struct jbd2_journal_revoke_tail); in write_one_revoke_record()640 struct jbd2_journal_revoke_tail *tail; in jbd2_revoke_csum_set()646 tail = (struct jbd2_journal_revoke_tail *)(bh->b_data + j->j_blocksize - in jbd2_revoke_csum_set()647 sizeof(struct jbd2_journal_revoke_tail)); in jbd2_revoke_csum_set()
821 struct jbd2_journal_revoke_tail *tail; in jbd2_revoke_block_csum_verify()828 tail = (struct jbd2_journal_revoke_tail *)(buf + j->j_blocksize - in jbd2_revoke_block_csum_verify()829 sizeof(struct jbd2_journal_revoke_tail)); in jbd2_revoke_block_csum_verify()857 csum_size = sizeof(struct jbd2_journal_revoke_tail); in scan_revoke_records()
218 struct jbd2_journal_revoke_tail { struct