Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dsuper.c864 c->max_bud_cnt = div_u64(tmp64, c->leb_size); in init_constants_sb()
865 tmp = (c->ref_node_alsz * c->max_bud_cnt + c->leb_size - 1); in init_constants_sb()
1626 y, y >> 20, c->log_lebs + c->max_bud_cnt); in mount_ubifs()
Dubifs.h1863 int max_bud_cnt; member