Searched refs:s_first (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Djfs_dat.h57 __u32 s_first; /* first block of log information */ member in struct:journal_superblock_s
H A Dmkjournal.c67 jsb->s_first = htonl(1);
78 jsb->s_first = htonl(3);
80 jsb->s_first = htonl(2);
H A Dkernel-jbd.h179 __u32 s_first; /* first block of log information */ member in struct:journal_superblock_s
/external/qemu/distrib/ext4_utils/src/
H A Djbd2.h91 __be32 s_first; member in struct:journal_superblock_s
H A Dext4_utils.c342 jsb->s_first = htonl(1);
/external/e2fsprogs/e2fsck/
H A Djournal.c598 journal->j_first = ntohl(jsb->s_first);
632 jsb->s_first = htonl(1);
/external/e2fsprogs/debugfs/
H A Dlogdump.c72 be32_to_cpu((jsb)->s_first));
/external/e2fsprogs/misc/
H A Ddumpe2fs.c433 (unsigned int)ntohl(jsb->s_first), (unsigned int)ntohl(jsb->s_sequence),

Completed in 1789 milliseconds