Lines Matching refs:leb_cnt
199 if (c->zroot.lnum >= c->leb_cnt || c->zroot.lnum < c->main_first ||
211 if (c->gc_lnum >= c->leb_cnt || c->gc_lnum < c->main_first) {
216 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first ||
256 if (c->lscan_lnum < c->main_first || c->lscan_lnum >= c->leb_cnt) {
374 old_leb_cnt = le32_to_cpu(c->mst_node->leb_cnt);
388 if (old_leb_cnt != c->leb_cnt) {
390 int growth = c->leb_cnt - old_leb_cnt;
392 if (c->leb_cnt < old_leb_cnt ||
393 c->leb_cnt < UBIFS_MIN_LEB_CNT) {
394 ubifs_err(c, "bad leb_cnt on master node");
400 old_leb_cnt, c->leb_cnt);
411 c->mst_node->leb_cnt = cpu_to_le32(c->leb_cnt);