Lines Matching defs:lsave
14 * (for the "big" model) a table of saved LEB numbers (lsave). The LPT area sits
428 * @lsave: LPT's save table to pack
430 void ubifs_pack_lsave(struct ubifs_info *c, void *buf, int *lsave)
438 pack_bits(c, &addr, &pos, lsave[i], c->lnum_bits);
608 int *lsave = NULL;
627 lsave = kmalloc_array(c->lsave_cnt, sizeof(int), GFP_KERNEL);
633 if (!pnode || !nnode || !buf || !ltab || !lsave) {
797 lsave[i] = c->main_first + i;
799 lsave[i] = c->main_first;
801 ubifs_pack_lsave(c, p, lsave);
859 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs);
863 kfree(lsave);
1089 c->lsave[i] = lnum;
1375 int lnum = c->lsave[i];
1379 * Due to automatic resizing, the values in the lsave table
1832 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs);
1859 c->lsave = kmalloc_array(c->lsave_cnt, sizeof(int), GFP_NOFS);
1860 if (!c->lsave)