Searched refs:ltab (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dlpt_commit.c140 lnum, c->ltab[lnum - c->lpt_first].free,
141 c->ltab[lnum - c->lpt_first].dirty, free, dirty);
143 c->ltab[lnum - c->lpt_first].free = free;
144 c->ltab[lnum - c->lpt_first].dirty += dirty;
152 * This function finds the next empty LEB in the ltab starting from @lnum. If a
163 if (c->ltab[i].tgc || c->ltab[i].cmt)
165 if (c->ltab[i].free == c->leb_size) {
166 c->ltab[i].cmt = 1;
173 if (c->ltab[
[all...]
H A Dlpt.c25 * contains the LEB properties tree, a table of LPT area eraseblocks (ltab), and
152 /* Verify that ltab fits in a single LEB (since ltab is a single node */
154 ubifs_err("LPT ltab too big");
216 ubifs_err("LPT ltab too big");
413 * @ltab: LPT's own lprops table to pack
416 struct ubifs_lpt_lprops *ltab)
424 pack_bits(&addr, &pos, ltab[i].free, c->lpt_spc_bits);
425 pack_bits(&addr, &pos, ltab[i].dirty, c->lpt_spc_bits);
467 lnum, dirty, c->ltab[lnu
415 ubifs_pack_ltab(struct ubifs_info *c, void *buf, struct ubifs_lpt_lprops *ltab) argument
616 struct ubifs_lpt_lprops *ltab = NULL; local
[all...]
H A Dubifs.h236 * LTAB_DIRTY: ltab node is dirty
1130 * @lpt_drty_flgs: dirty flags for LPT special nodes e.g. ltab
1150 * @ltab: LPT's own lprops table
1380 struct ubifs_lpt_lprops *ltab; member in struct:ubifs_info
1632 struct ubifs_lpt_lprops *ltab);
H A Ddebug.c797 printk(KERN_DEBUG "\tLPT ltab is at %d:%d\n",
804 "cmt %d\n", i + c->lpt_first, c->ltab[i].free,
805 c->ltab[i].dirty, c->ltab[i].tgc, c->ltab[i].cmt);

Completed in 90 milliseconds