Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd2.h135 __be32 h_blocktype; member
170 __be32 h_blocktype; member
Djbd.h142 __be32 h_blocktype; member
/linux-4.1.27/fs/jbd/
Djournal.c1041 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2); in journal_create()
1216 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()
1503 switch (be32_to_cpu(sb->s_header.h_blocktype)) { in journal_update_format()
1529 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2); in journal_convert_superblock_v1()
Dcommit.c141 header->h_blocktype = cpu_to_be32(JFS_COMMIT_BLOCK); in journal_write_commit_record()
578 header->h_blocktype = cpu_to_be32(JFS_DESCRIPTOR_BLOCK); in journal_commit_transaction()
Drecovery.c397 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
Drevoke.c606 header->h_blocktype = cpu_to_be32(JFS_REVOKE_BLOCK); in write_one_revoke_record()
/linux-4.1.27/fs/jbd2/
Dcommit.c140 tmp->h_blocktype = cpu_to_be32(JBD2_COMMIT_BLOCK); in journal_submit_commit_record()
632 header->h_blocktype = cpu_to_be32(JBD2_DESCRIPTOR_BLOCK); in jbd2_journal_commit_transaction()
Drevoke.c616 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.c1515 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()