Home
last modified time | relevance | path

Searched refs:s_first (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dljs.c83 if (ntohl(jsb->s_first) != 1) in e2p_list_journal_super()
85 (unsigned int)ntohl(jsb->s_first)); in e2p_list_journal_super()
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h855 ForwardIt s_first, ForwardIt s_last);
860 ForwardIt2 s_first, ForwardIt2 s_last);
864 ForwardIt s_first, ForwardIt s_last,
871 ForwardIt2 s_first, ForwardIt2 s_last,
876 ForwardIt s_first, ForwardIt s_last);
881 ForwardIt2 s_first, ForwardIt2 s_last);
885 ForwardIt s_first, ForwardIt s_last,
892 ForwardIt2 s_first, ForwardIt2 s_last,
911 ForwardIt2 s_first, ForwardIt2 s_last);
916 ForwardIt2 s_first, ForwardIt2 s_last);
[all …]
/external/e2fsprogs/lib/ext2fs/
Dmkjournal.c69 jsb->s_first = htonl(1); in ext2fs_create_journal_superblock()
78 jsb->s_first = htonl(ext2fs_journal_sb_start(fs->blocksize) + 1); in ext2fs_create_journal_superblock()
Dkernel-jbd.h210 __u32 s_first; /* first block of log information */ member
/external/e2fsprogs/e2fsck/
Djournal.c687 journal->j_first = ntohl(jsb->s_first); in e2fsck_journal_load()
721 jsb->s_first = htonl(1); in e2fsck_journal_reset_super()
/external/e2fsprogs/debugfs/
Dlogdump.c73 be32_to_cpu((jsb)->s_first));
Djournal.c637 journal->j_first = ntohl(jsb->s_first); in ext2fs_journal_load()