Searched refs:old_idx_lebs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc_commit.c | 358 int err, leb_needed_cnt, written, p = 0, old_idx_lebs, *gap_lebs; in layout_in_gaps() local 367 old_idx_lebs = c->lst.idx_lebs; in layout_in_gaps() 403 if (leb_needed_cnt > c->ileb_cnt && p >= old_idx_lebs && in layout_in_gaps() 404 old_idx_lebs < c->lst.idx_lebs) { in layout_in_gaps() 405 old_idx_lebs = c->lst.idx_lebs; in layout_in_gaps() 407 (old_idx_lebs + 1), GFP_NOFS); in layout_in_gaps()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc_commit.c | 358 int err, leb_needed_cnt, written, p = 0, old_idx_lebs, *gap_lebs; in layout_in_gaps() local 367 old_idx_lebs = c->lst.idx_lebs; in layout_in_gaps() 403 if (leb_needed_cnt > c->ileb_cnt && p >= old_idx_lebs && in layout_in_gaps() 404 old_idx_lebs < c->lst.idx_lebs) { in layout_in_gaps() 405 old_idx_lebs = c->lst.idx_lebs; in layout_in_gaps() 407 (old_idx_lebs + 1), GFP_NOFS); in layout_in_gaps()
|
Completed in 3 milliseconds