Home
last modified time | relevance | path

Searched refs:gindex (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_journal.c26 int gindex; variable
41 gindex = 0; in ext4fs_init_journal()
63 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal()
64 if (!journal_ptr[gindex]->buf) in ext4fs_init_journal()
68 memcpy(journal_ptr[gindex]->buf, temp, fs->blksz); in ext4fs_init_journal()
69 journal_ptr[gindex++]->blknr = 0; in ext4fs_init_journal()
72 journal_ptr[gindex]->buf = zalloc(fs->blksz); in ext4fs_init_journal()
73 if (!journal_ptr[gindex]->buf) in ext4fs_init_journal()
75 memcpy(journal_ptr[gindex]->buf, fs->sb, SUPERBLOCK_SIZE); in ext4fs_init_journal()
76 journal_ptr[gindex++]->blknr = 1; in ext4fs_init_journal()
[all …]
H A Dext4_write.c102 gindex = 0; in ext4fs_update()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h125 extern int gindex;
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DUSAGE16 ./Run gindex
25 A "gindex" run on a dual-core machine will do 2 "system" passes (single-
169 gindex Runs the index and graphics groups, to generate both
397 All in all, the "index" and "gindex" tests (see above) are designed to
H A DREADME19 tests; "Run gindex" to run both.