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

/linux-master/fs/ubifs/
H A Dlpt_commit.c195 /* Try to place lsave and ltab nicely */
232 /* Try to place lsave and ltab nicely */
378 /* Try to place lsave and ltab nicely */
383 ubifs_pack_lsave(c, buf + offs, c->lsave);
421 /* Try to place lsave and ltab nicely */
424 ubifs_pack_lsave(c, buf + offs, c->lsave);
480 ubifs_pack_lsave(c, buf + offs, c->lsave);
530 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs);
750 * populate_lsave - fill the lsave array with important LEB numbers.
777 c->lsave[cn
[all...]
H A Dlpt.c14 * (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) argument
438 pack_bits(c, &addr, &pos, lsave[i], c->lnum_bits);
608 int *lsave = NULL; local
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);
[all...]
H A Dubifs.h249 * LSAVE_DIRTY: lsave node is dirty
1243 * @lsave: LPT's save table
1495 int *lsave; member in struct:ubifs_info
1979 void ubifs_pack_lsave(struct ubifs_info *c, void *buf, int *lsave);

Completed in 134 milliseconds