HomeSort by relevance Sort by last modified time
    Searched refs:h_blocktype (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/ext2fs/
jfs_dat.h 26 __u32 h_blocktype; member in struct:journal_header_s
mkjournal.c 63 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V1);
65 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
396 (jsb->s_header.h_blocktype != (unsigned) ntohl(JFS_SUPERBLOCK_V2)))
kernel-jbd.h 104 __u32 h_blocktype; member in struct:journal_header_s
139 __u32 h_blocktype; member in struct:commit_header
  /system/extras/ext4_utils/include/ext4_utils/
jbd2.h 39 __be32 h_blocktype; member in struct:journal_header_s
53 __be32 h_blocktype; member in struct:commit_header
  /external/e2fsprogs/e2fsck/
jfs_user.h 168 ((jsb)->s_header.h_blocktype == ext2fs_cpu_to_be32(JFS_SUPERBLOCK_V2) && \
journal.c 603 switch (ntohl(jsb->s_header.h_blocktype)) {
706 jsb->s_header.h_blocktype != htonl(JFS_SUPERBLOCK_V1)) {
708 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
revoke.c 622 header->h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK);
recovery.c 516 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype);
  /external/e2fsprogs/debugfs/
do_journal.c 89 commit->h_blocktype = ext2fs_cpu_to_be32(JFS_COMMIT_BLOCK);
194 jrb->r_header.h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK);
307 jdb->h_blocktype = ext2fs_cpu_to_be32(JFS_DESCRIPTOR_BLOCK);
714 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype);
revoke.c 622 header->h_blocktype = ext2fs_cpu_to_be32(JFS_REVOKE_BLOCK);
logdump.c 418 blocktype = be32_to_cpu(header->h_blocktype);
recovery.c 516 blocktype = ext2fs_be32_to_cpu(tmp->h_blocktype);
journal.c 560 switch (ntohl(jsb->s_header.h_blocktype)) {
  /external/e2fsprogs/misc/
dumpe2fs.c 471 (jsb->s_header.h_blocktype !=
tune2fs.c 217 (jsb->s_header.h_blocktype != (unsigned)ntohl(JFS_SUPERBLOCK_V2))) {
    [all...]

Completed in 128 milliseconds