Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/e2p/
Dljs.c104 if (ntohl(jsb->s_first) != 1) in e2p_list_journal_super()
106 (unsigned int)ntohl(jsb->s_first)); in e2p_list_journal_super()
/third_party/boost/boost/polygon/
Dvoronoi.hpp146 const SegmentIterator s_first, in construct_voronoi() argument
151 insert(s_first, s_last, &builder); in construct_voronoi()
/third_party/e2fsprogs/lib/ext2fs/
Dmkjournal.c70 jsb->s_first = htonl(1); in ext2fs_create_journal_superblock2()
80 jsb->s_first = htonl(ext2fs_journal_sb_start(fs->blocksize) + 1); in ext2fs_create_journal_superblock2()
Dkernel-jbd.h191 __be32 s_first; /* first block of log information */ member
/third_party/boost/boost/static_string/
Dstatic_string.hpp650 ForwardIt2 s_first, in search() argument
657 for (ForwardIt2 s_it = s_first; ; ++it, ++s_it) in search()
676 ForwardIt s_first, in find_first_of() argument
681 for (ForwardIt it = s_first; it != s_last; ++it) in find_first_of()
/third_party/e2fsprogs/debugfs/
Dlogdump.c76 blocknr -= (maxlen - be32_to_cpu((jsb)->s_first));
Djournal.c637 journal->j_first = ntohl(jsb->s_first); in ext2fs_journal_load()
/third_party/e2fsprogs/e2fsck/
Djournal.c1360 journal->j_first = ntohl(jsb->s_first); in e2fsck_journal_load()
1408 jsb->s_first = htonl(1); in e2fsck_journal_reset_super()