Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dlpt_commit.c1814 if (c->dirty_nn_cnt > c->nnode_cnt) { in dbg_chk_lpt_sz()
1816 c->dirty_nn_cnt, c->nnode_cnt); in dbg_chk_lpt_sz()
1853 lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in dbg_chk_lpt_sz()
Dlpt.c76 c->nnode_cnt = n; in do_calc_lpt_geom()
79 c->nnode_cnt += n; in do_calc_lpt_geom()
112 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom()
Dubifs.h1395 int nnode_cnt; member
Ddebug.c840 printk(KERN_ERR "\tnnode_cnt: %d\n", c->nnode_cnt); in dbg_dump_lpt_info()