Searched refs:s_first (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | ljs.c | 83 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/ |
D | system-header-simulator-cxx.h | 855 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/ |
D | mkjournal.c | 69 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()
|
D | kernel-jbd.h | 210 __u32 s_first; /* first block of log information */ member
|
/external/e2fsprogs/e2fsck/ |
D | journal.c | 687 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/ |
D | logdump.c | 73 be32_to_cpu((jsb)->s_first));
|
D | journal.c | 637 journal->j_first = ntohl(jsb->s_first); in ext2fs_journal_load()
|