Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4_journal.c26 int gindex; variable
41 gindex = 0; in ext4fs_init_journal()
64 if (!journal_ptr[gindex]->buf) in ext4fs_init_journal()
69 journal_ptr[gindex++]->blknr = 0; in ext4fs_init_journal()
73 if (!journal_ptr[gindex]->buf) in ext4fs_init_journal()
76 journal_ptr[gindex++]->blknr = 1; in ext4fs_init_journal()
127 gindex = 0; in ext4fs_free_journal()
139 if (!journal_ptr[gindex]->buf) in ext4fs_log_gdt()
143 journal_ptr[gindex++]->blknr = var++; in ext4fs_log_gdt()
172 if (!journal_ptr[gindex]->buf) in ext4fs_log_journal()
[all …]
H A Dext4_write.c101 gindex = 0; in ext4fs_update()
/openbmc/u-boot/include/
H A Dext4fs.h126 extern int gindex;
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c728 int gindex = (address >> pf_gdw) & ((1 << gdw) - 1); in page_table_walk_refill() local
768 goffset = gindex << directory_mop; in page_table_walk_refill()