Searched refs:lsave (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/ubifs/
H A Dlpt_commit.c206 /* Try to place lsave and ltab nicely */
243 /* Try to place lsave and ltab nicely */
390 /* Try to place lsave and ltab nicely */
395 ubifs_pack_lsave(c, buf + offs, c->lsave);
433 /* Try to place lsave and ltab nicely */
436 ubifs_pack_lsave(c, buf + offs, c->lsave);
492 ubifs_pack_lsave(c, buf + offs, c->lsave);
542 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs);
795 * populate_lsave - fill the lsave array with important LEB numbers.
824 c->lsave[cn
[all...]
H A Dlpt.c14 * (for the "big" model) a table of saved LEB numbers (lsave). The LPT area sits
435 * @lsave: LPT's save table to pack
437 void ubifs_pack_lsave(struct ubifs_info *c, void *buf, int *lsave) argument
445 pack_bits(&addr, &pos, lsave[i], c->lnum_bits);
614 int *lsave = NULL; local
628 lsave = kmalloc(sizeof(int) * c->lsave_cnt, GFP_KERNEL);
633 if (!pnode || !nnode || !buf || !ltab || !lsave) {
789 lsave[i] = c->main_first + i;
791 lsave[i] = c->main_first;
793 ubifs_pack_lsave(c, p, lsave);
[all...]
H A Dubifs.h849 * LSAVE_DIRTY: lsave node is dirty
1807 * @lsave: LPT's save table
2039 int *lsave; member in struct:ubifs_info
2298 void ubifs_pack_lsave(struct ubifs_info *c, void *buf, int *lsave);

Completed in 50 milliseconds