Home
last modified time | relevance | path

Searched refs:gdtable_blkno (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dext4fs.h94 uint32_t gdtable_blkno; member
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c95 put_ext4((uint64_t)((uint64_t)fs->gdtable_blkno * (uint64_t)fs->blksz), in ext4fs_update()
117 status = ext4fs_devread((lbaint_t)fs->gdtable_blkno * fs->sect_perblk, in ext4fs_get_bgdtable()
614 fs->gdtable_blkno = ((EXT2_MIN_BLOCK_SIZE == fs->blksz) + 1); in ext4fs_init()
H A Dext4_journal.c136 long int var = fs->gdtable_blkno; in ext4fs_log_gdt()