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

/linux-master/fs/ubifs/
H A Dtnc_commit.c394 leb_needed_cnt, c->ileb_cnt);
403 if (leb_needed_cnt > c->ileb_cnt && p >= old_idx_lebs &&
415 } while (leb_needed_cnt > c->ileb_cnt);
459 if (c->ileb_nxt >= c->ileb_cnt) {
687 c->ileb_cnt = 0;
700 c->ilebs[c->ileb_cnt++] = lnum;
721 for (i = c->ileb_nxt; i < c->ileb_cnt; i++) {
H A Dubifs.h1082 * @ileb_cnt: number of pre-allocated index LEBs
1344 int ileb_cnt; member in struct:ubifs_info

Completed in 109 milliseconds