Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ubifs/
Dtnc_commit.c398 leb_needed_cnt, c->ileb_cnt); in layout_in_gaps()
399 } while (leb_needed_cnt > c->ileb_cnt); in layout_in_gaps()
443 if (c->ileb_nxt >= c->ileb_cnt) { in layout_in_empty_space()
669 c->ileb_cnt = 0; in alloc_idx_lebs()
682 c->ilebs[c->ileb_cnt++] = lnum; in alloc_idx_lebs()
703 for (i = c->ileb_nxt; i < c->ileb_cnt; i++) { in free_unused_idx_lebs()
Dubifs.h1290 int ileb_cnt; member