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

/linux-master/fs/ubifs/
H A Dlpt.c44 * properties of the flash and whether LPT is "big" (c->big_lpt).
81 (c->big_lpt ? c->pcnt_bits : 0) +
86 (c->big_lpt ? c->pcnt_bits : 0) +
102 if (c->big_lpt)
146 c->check_lpt_free = c->big_lpt;
154 * @big_lpt: whether the LPT area is "big" is returned here
163 int *big_lpt)
175 c->big_lpt = 0;
186 c->big_lpt = 1;
208 *big_lpt
162 calc_dflt_lpt_geom(struct ubifs_info *c, int *main_lebs, int *big_lpt) argument
599 ubifs_create_dflt_lpt(struct ubifs_info *c, int *main_lebs, int lpt_first, int *lpt_lebs, int *big_lpt, u8 *hash) argument
[all...]
H A Dlpt_commit.c196 done_lsave = !c->big_lpt;
379 done_lsave = !c->big_lpt;
529 if (c->big_lpt)
767 ubifs_assert(c, c->big_lpt);
853 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
902 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
932 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
957 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
984 * used only for the "big" LPT model (c->big_lpt == 1). Garbage collection
1099 * (c->big_lpt
[all...]
H A Dsb.c85 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; local
154 &big_lpt, hash_lpt);
178 if (big_lpt)
733 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT);
H A Dmaster.c249 if (c->big_lpt && (c->lsave_lnum < c->lpt_first ||
H A Dubifs.h1058 * @big_lpt: flag that LPT is too big to write whole during commit
1321 unsigned int big_lpt:1; member in struct:ubifs_info
1971 int *lpt_lebs, int *big_lpt, u8 *hash);
H A Ddebug.c804 pr_err("\tbig_lpt: %u\n", c->big_lpt);
821 if (c->big_lpt)
H A Dsuper.c1575 c->big_lpt ? ", big LPT model" : ", small LPT model");

Completed in 144 milliseconds