Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Drevoke.c595 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()
Drecovery.c821 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()
/linux-4.1.27/include/linux/
Djbd2.h218 struct jbd2_journal_revoke_tail { struct