Searched refs:lpt_sz (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | lpt_commit.c | 695 if (free <= c->lpt_sz * 2) in need_write_all() 1719 if (free < c->lpt_sz) { in dbg_chk_lpt_free_spc() 1720 ubifs_err(c, "LPT space error: free %lld lpt_sz %lld", in dbg_chk_lpt_free_spc() 1721 free, c->lpt_sz); in dbg_chk_lpt_free_spc() 1747 long long chk_lpt_sz, lpt_sz; in dbg_chk_lpt_sz() local 1787 if (d->chk_lpt_sz > c->lpt_sz) { in dbg_chk_lpt_sz() 1788 ubifs_err(c, "LPT wrote %lld but lpt_sz is %lld", in dbg_chk_lpt_sz() 1789 d->chk_lpt_sz, c->lpt_sz); in dbg_chk_lpt_sz() 1802 lpt_sz = (long long)c->pnode_cnt * c->pnode_sz; in dbg_chk_lpt_sz() 1803 lpt_sz in dbg_chk_lpt_sz() [all...] |
H A D | lpt.c | 99 c->lpt_sz = (long long)c->pnode_cnt * c->pnode_sz; in do_calc_lpt_geom() 100 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom() 101 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom() 103 c->lpt_sz += c->lsave_sz; in do_calc_lpt_geom() 106 sz = c->lpt_sz; in do_calc_lpt_geom() 116 c->lpt_sz += tot_wastage; in do_calc_lpt_geom() 133 sz = c->lpt_sz * 2; /* Must have at least 2 times the size */ in ubifs_calc_lpt_geom() 183 /* Small LPT model must have lpt_sz < leb_size */ in calc_dflt_lpt_geom() 184 if (c->lpt_sz > c->leb_size) { in calc_dflt_lpt_geom() 192 sz = c->lpt_sz * in calc_dflt_lpt_geom() [all...] |
H A D | ubifs.h | 1197 * @lpt_sz: LPT size 1442 long long lpt_sz; member
|
H A D | debug.c | 799 pr_err("\tlpt_sz: %lld\n", c->lpt_sz); in ubifs_dump_lpt_info()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | lpt_commit.c | 695 if (free <= c->lpt_sz * 2) in need_write_all() 1719 if (free < c->lpt_sz) { in dbg_chk_lpt_free_spc() 1720 ubifs_err(c, "LPT space error: free %lld lpt_sz %lld", in dbg_chk_lpt_free_spc() 1721 free, c->lpt_sz); in dbg_chk_lpt_free_spc() 1747 long long chk_lpt_sz, lpt_sz; in dbg_chk_lpt_sz() local 1787 if (d->chk_lpt_sz > c->lpt_sz) { in dbg_chk_lpt_sz() 1788 ubifs_err(c, "LPT wrote %lld but lpt_sz is %lld", in dbg_chk_lpt_sz() 1789 d->chk_lpt_sz, c->lpt_sz); in dbg_chk_lpt_sz() 1802 lpt_sz = (long long)c->pnode_cnt * c->pnode_sz; in dbg_chk_lpt_sz() 1803 lpt_sz in dbg_chk_lpt_sz() [all...] |
H A D | lpt.c | 99 c->lpt_sz = (long long)c->pnode_cnt * c->pnode_sz; in do_calc_lpt_geom() 100 c->lpt_sz += (long long)c->nnode_cnt * c->nnode_sz; in do_calc_lpt_geom() 101 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom() 103 c->lpt_sz += c->lsave_sz; in do_calc_lpt_geom() 106 sz = c->lpt_sz; in do_calc_lpt_geom() 116 c->lpt_sz += tot_wastage; in do_calc_lpt_geom() 133 sz = c->lpt_sz * 2; /* Must have at least 2 times the size */ in ubifs_calc_lpt_geom() 183 /* Small LPT model must have lpt_sz < leb_size */ in calc_dflt_lpt_geom() 184 if (c->lpt_sz > c->leb_size) { in calc_dflt_lpt_geom() 192 sz = c->lpt_sz * in calc_dflt_lpt_geom() [all...] |
H A D | ubifs.h | 1218 * @lpt_sz: LPT size 1470 long long lpt_sz; member
|
H A D | debug.c | 799 pr_err("\tlpt_sz: %lld\n", c->lpt_sz); in ubifs_dump_lpt_info()
|
Completed in 33 milliseconds