Searched refs:gap_lebs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc_commit.c | 215 * @p: return LEB number in @c->gap_lebs[p] 239 c->gap_lebs[p] = lnum; in layout_leb_in_gaps() 358 int err, leb_needed_cnt, written, p = 0, old_idx_lebs, *gap_lebs; in layout_in_gaps() local 362 c->gap_lebs = kmalloc_array(c->lst.idx_lebs + 1, sizeof(int), in layout_in_gaps() 364 if (!c->gap_lebs) in layout_in_gaps() 374 kfree(c->gap_lebs); in layout_in_gaps() 375 c->gap_lebs = NULL; in layout_in_gaps() 396 * Dynamically change the size of @c->gap_lebs to prevent in layout_in_gaps() 400 * @c->gap_lebs when needed. in layout_in_gaps() 406 gap_lebs in layout_in_gaps() [all...] |
H A D | ubifs.h | 1052 * @gap_lebs: array of LEBs used by the in-gaps commit method 1305 int *gap_lebs; member
|
H A D | tnc.c | 3126 kfree(c->gap_lebs); in ubifs_tnc_close()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc_commit.c | 215 * @p: return LEB number in @c->gap_lebs[p] 239 c->gap_lebs[p] = lnum; in layout_leb_in_gaps() 358 int err, leb_needed_cnt, written, p = 0, old_idx_lebs, *gap_lebs; in layout_in_gaps() local 362 c->gap_lebs = kmalloc_array(c->lst.idx_lebs + 1, sizeof(int), in layout_in_gaps() 364 if (!c->gap_lebs) in layout_in_gaps() 374 kfree(c->gap_lebs); in layout_in_gaps() 375 c->gap_lebs = NULL; in layout_in_gaps() 396 * Dynamically change the size of @c->gap_lebs to prevent in layout_in_gaps() 400 * @c->gap_lebs when needed. in layout_in_gaps() 406 gap_lebs in layout_in_gaps() [all...] |
H A D | ubifs.h | 1073 * @gap_lebs: array of LEBs used by the in-gaps commit method 1333 int *gap_lebs; member
|
H A D | tnc.c | 3127 kfree(c->gap_lebs); in ubifs_tnc_close()
|
Completed in 17 milliseconds