Searched refs:big_lpt (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dlpt.c56 * properties of the flash and whether LPT is "big" (c->big_lpt).
93 (c->big_lpt ? c->pcnt_bits : 0) +
98 (c->big_lpt ? c->pcnt_bits : 0) +
114 if (c->big_lpt)
158 c->check_lpt_free = c->big_lpt;
166 * @big_lpt: whether the LPT area is "big" is returned here
175 int *big_lpt)
187 c->big_lpt = 0;
198 c->big_lpt = 1;
220 *big_lpt
174 calc_dflt_lpt_geom(struct ubifs_info *c, int *main_lebs, int *big_lpt) argument
608 ubifs_create_dflt_lpt(struct ubifs_info *c, int *main_lebs, int lpt_first, int *lpt_lebs, int *big_lpt) argument
[all...]
H A Dsb.c83 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; local
150 &big_lpt);
166 if (big_lpt)
621 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT);
H A Dlpt_commit.c204 done_lsave = !c->big_lpt;
389 done_lsave = !c->big_lpt;
542 if (c->big_lpt)
810 ubifs_assert(c->big_lpt);
892 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
941 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
971 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
996 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
1023 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
1138 * (c->big_lpt
[all...]
H A Dmaster.c176 if (c->big_lpt && (c->lsave_lnum < c->lpt_first ||
H A Dubifs.h970 * @big_lpt: flag that LPT is too big to write whole during commit
1214 unsigned int big_lpt:1; member in struct:ubifs_info
1622 int *lpt_lebs, int *big_lpt);
H A Ddebug.c318 printk(KERN_DEBUG "\t big_lpt %u\n",
781 printk(KERN_DEBUG "\tbig_lpt: %d\n", c->big_lpt);
799 if (c->big_lpt)
H A Dsuper.c1403 dbg_msg("big_lpt %d", c->big_lpt);

Completed in 150 milliseconds