Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dtnc_commit.c393 leb_needed_cnt, c->ileb_cnt); in layout_in_gaps()
402 if (leb_needed_cnt > c->ileb_cnt && p >= old_idx_lebs && in layout_in_gaps()
414 } while (leb_needed_cnt > c->ileb_cnt); in layout_in_gaps()
458 if (c->ileb_nxt >= c->ileb_cnt) { in layout_in_empty_space()
688 c->ileb_cnt = 0; in alloc_idx_lebs()
701 c->ilebs[c->ileb_cnt++] = lnum; in alloc_idx_lebs()
722 for (i = c->ileb_nxt; i < c->ileb_cnt; i++) { in free_unused_idx_lebs()
H A Dubifs.h1331 int ileb_cnt; member