Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Djfs_dat.h26 __u32 h_blocktype; member
Dmkjournal.c63 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V1); in ext2fs_create_journal_superblock()
65 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2); in ext2fs_create_journal_superblock()
396 (jsb->s_header.h_blocktype != (unsigned) ntohl(JFS_SUPERBLOCK_V2))) in ext2fs_add_journal_device()
Dkernel-jbd.h104 __u32 h_blocktype; member
139 __u32 h_blocktype; member
/external/e2fsprogs/debugfs/
Ddo_journal.c89 commit->h_blocktype = ext2fs_cpu_to_be32(JFS_COMMIT_BLOCK); in journal_commit_trans()
194 jrb->r_header.h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK); in journal_add_revoke_to_trans()
307 jdb->h_blocktype = ext2fs_cpu_to_be32(JFS_DESCRIPTOR_BLOCK); in journal_add_blocks_to_trans()
714 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype); in journal_find_head()
Drevoke.c622 header->h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK);
Dlogdump.c418 blocktype = be32_to_cpu(header->h_blocktype); in dump_journal()
Drecovery.c516 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype); in do_one_pass()
Djournal.c560 switch (ntohl(jsb->s_header.h_blocktype)) { in ext2fs_journal_load()
/external/e2fsprogs/e2fsck/
Djfs_user.h168 ((jsb)->s_header.h_blocktype == ext2fs_cpu_to_be32(JFS_SUPERBLOCK_V2) && \
Djournal.c603 switch (ntohl(jsb->s_header.h_blocktype)) { in e2fsck_journal_load()
706 jsb->s_header.h_blocktype != htonl(JFS_SUPERBLOCK_V1)) { in e2fsck_journal_reset_super()
708 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2); in e2fsck_journal_reset_super()
Drevoke.c622 header->h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK);
Drecovery.c516 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype); in do_one_pass()
/external/e2fsprogs/misc/
Ddumpe2fs.c471 (jsb->s_header.h_blocktype != in print_journal_information()
Dtune2fs.c217 (jsb->s_header.h_blocktype != (unsigned)ntohl(JFS_SUPERBLOCK_V2))) { in get_journal_sb()