Home
last modified time | relevance | path

Searched refs:block_cnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dsuper.c589 buf->f_blocks = c->block_cnt; in ubifs_statfs()
600 ubifs_assert(buf->f_bfree <= c->block_cnt); in ubifs_statfs()
942 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT; in init_constants_master()
H A Dubifs.h1956 int block_cnt; member