Home
last modified time | relevance | path

Searched refs:JBD2_SUPERBLOCK_V2 (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Djfs_user.h215 ((jsb)->s_header.h_blocktype == ext2fs_cpu_to_be32(JBD2_SUPERBLOCK_V2) && \
Djournal.c1289 case JBD2_SUPERBLOCK_V2: in e2fsck_journal_load()
1398 jsb->s_header.h_blocktype = htonl(JBD2_SUPERBLOCK_V2); in e2fsck_journal_reset_super()
/third_party/e2fsprogs/lib/ext2fs/
Dmkjournal.c66 jsb->s_header.h_blocktype = htonl(JBD2_SUPERBLOCK_V2); in ext2fs_create_journal_superblock2()
450 (jsb->s_header.h_blocktype != (unsigned) ntohl(JBD2_SUPERBLOCK_V2))) in ext2fs_add_journal_device()
Dkernel-jbd.h80 #define JBD2_SUPERBLOCK_V2 4 macro
/third_party/e2fsprogs/misc/
Ddumpe2fs.c419 (unsigned) ntohl(JBD2_SUPERBLOCK_V2))) { in print_journal_information()
Dtune2fs.c227 (jsb->s_header.h_blocktype != (unsigned)ntohl(JBD2_SUPERBLOCK_V2))) { in get_journal_sb()
/third_party/e2fsprogs/debugfs/
Dlogdump.c340 case JBD2_SUPERBLOCK_V2: in type_to_name()
Djournal.c576 case JBD2_SUPERBLOCK_V2: in ext2fs_journal_load()