Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_journal.c452 if (be32_to_cpu(jdb->h_blocktype) == in ext4fs_check_journal_state()
481 } else if (be32_to_cpu(jdb->h_blocktype) == in ext4fs_check_journal_state()
502 } else if (be32_to_cpu(jdb->h_blocktype) == in ext4fs_check_journal_state()
574 jdb.h_blocktype = cpu_to_be32(EXT3_JOURNAL_DESCRIPTOR_BLOCK); in update_descriptor_block()
626 jdb.h_blocktype = cpu_to_be32(EXT3_JOURNAL_COMMIT_BLOCK); in update_commit_block()
H A Dext4_journal.h53 __be32 h_blocktype; member
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h135 __be32 h_blocktype; member
170 __be32 h_blocktype; member
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Drecovery.c544 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
H A Djournal.c1036 header->h_blocktype = cpu_to_be32(type); in jbd2_journal_get_descriptor_buffer()
1770 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()