Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dtnc_commit.c394 leb_needed_cnt, c->ileb_cnt); in layout_in_gaps()
403 if (leb_needed_cnt > c->ileb_cnt && p >= old_idx_lebs && in layout_in_gaps()
415 } while (leb_needed_cnt > c->ileb_cnt); in layout_in_gaps()
459 if (c->ileb_nxt >= c->ileb_cnt) { in layout_in_empty_space()
687 c->ileb_cnt = 0; in alloc_idx_lebs()
700 c->ilebs[c->ileb_cnt++] = lnum; in alloc_idx_lebs()
721 for (i = c->ileb_nxt; i < c->ileb_cnt; i++) { in free_unused_idx_lebs()
H A Dubifs.h1059 * @ileb_cnt: number of pre-allocated index LEBs
1312 int ileb_cnt; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dtnc_commit.c394 leb_needed_cnt, c->ileb_cnt); in layout_in_gaps()
403 if (leb_needed_cnt > c->ileb_cnt && p >= old_idx_lebs && in layout_in_gaps()
415 } while (leb_needed_cnt > c->ileb_cnt); in layout_in_gaps()
459 if (c->ileb_nxt >= c->ileb_cnt) { in layout_in_empty_space()
687 c->ileb_cnt = 0; in alloc_idx_lebs()
700 c->ilebs[c->ileb_cnt++] = lnum; in alloc_idx_lebs()
721 for (i = c->ileb_nxt; i < c->ileb_cnt; i++) { in free_unused_idx_lebs()
H A Dubifs.h1080 * @ileb_cnt: number of pre-allocated index LEBs
1340 int ileb_cnt; member

Completed in 10 milliseconds