Home
last modified time | relevance | path

Searched refs:h_blocktype (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Djbd2.h136 __be32 h_blocktype; member
171 __be32 h_blocktype; member
/linux-4.4.14/fs/jbd2/
Dcommit.c140 tmp->h_blocktype = cpu_to_be32(JBD2_COMMIT_BLOCK); in journal_submit_commit_record()
630 header->h_blocktype = cpu_to_be32(JBD2_DESCRIPTOR_BLOCK); in jbd2_journal_commit_transaction()
Drevoke.c611 header->h_blocktype = cpu_to_be32(JBD2_REVOKE_BLOCK); in write_one_revoke_record()
Drecovery.c504 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
Djournal.c1500 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()