Searched refs:jbd2_journal_revoke_tail (Results 1 – 3 of 3) sorted by relevance
590 csum_size = sizeof(struct jbd2_journal_revoke_tail); in write_one_revoke_record()635 struct jbd2_journal_revoke_tail *tail; in jbd2_revoke_csum_set()641 tail = (struct jbd2_journal_revoke_tail *)(bh->b_data + j->j_blocksize - in jbd2_revoke_csum_set()642 sizeof(struct jbd2_journal_revoke_tail)); in jbd2_revoke_csum_set()
817 struct jbd2_journal_revoke_tail *tail; in jbd2_revoke_block_csum_verify()824 tail = (struct jbd2_journal_revoke_tail *)(buf + j->j_blocksize - in jbd2_revoke_block_csum_verify()825 sizeof(struct jbd2_journal_revoke_tail)); in jbd2_revoke_block_csum_verify()853 csum_size = sizeof(struct jbd2_journal_revoke_tail); in scan_revoke_records()
219 struct jbd2_journal_revoke_tail { struct