Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jbd2/
Drevoke.c590 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()
Drecovery.c817 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()
/linux-4.4.14/include/linux/
Djbd2.h219 struct jbd2_journal_revoke_tail { struct