Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Djbd2.h140 __be32 h_blocktype; member
159 __be32 h_blocktype; member
Djbd.h146 __be32 h_blocktype; member
/linux-2.6.39/fs/jbd/
Djournal.c974 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2); in journal_create()
1105 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()
1385 switch (be32_to_cpu(sb->s_header.h_blocktype)) { in journal_update_format()
1411 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2); in journal_convert_superblock_v1()
Dcommit.c135 header->h_blocktype = cpu_to_be32(JFS_COMMIT_BLOCK); in journal_write_commit_record()
550 header->h_blocktype = cpu_to_be32(JFS_DESCRIPTOR_BLOCK); in journal_commit_transaction()
Drecovery.c390 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
Drevoke.c579 header->h_blocktype = cpu_to_be32(JFS_REVOKE_BLOCK); in write_one_revoke_record()
/linux-2.6.39/fs/jbd2/
Dcommit.c121 tmp->h_blocktype = cpu_to_be32(JBD2_COMMIT_BLOCK); in journal_submit_commit_record()
545 header->h_blocktype = cpu_to_be32(JBD2_DESCRIPTOR_BLOCK); in jbd2_journal_commit_transaction()
Drevoke.c579 header->h_blocktype = cpu_to_be32(JBD2_REVOKE_BLOCK); in write_one_revoke_record()
Drecovery.c435 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
Djournal.c1183 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()
1510 switch (be32_to_cpu(sb->s_header.h_blocktype)) { in jbd2_journal_update_format()
1536 sb->s_header.h_blocktype = cpu_to_be32(JBD2_SUPERBLOCK_V2); in journal_convert_superblock_v1()