Home
last modified time | relevance | path

Searched refs:ltab_sz (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dlpt_commit.c214 if (offs + c->ltab_sz <= c->leb_size) { in layout_cnodes()
218 offs += c->ltab_sz; in layout_cnodes()
219 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
253 offs += c->ltab_sz; in layout_cnodes()
254 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
293 if (offs + c->ltab_sz > c->leb_size) { in layout_cnodes()
306 offs += c->ltab_sz; in layout_cnodes()
307 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
397 if (offs + c->ltab_sz <= c->leb_size) { in write_cnodes()
400 offs += c->ltab_sz; in write_cnodes()
[all …]
H A Dlpt.c100 c->ltab_sz = (bits + 7) / 8; in do_calc_lpt_geom()
109 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom()
149 if (c->ltab_sz > c->leb_size) { in ubifs_calc_lpt_geom()
211 if (c->ltab_sz > c->leb_size) { in calc_dflt_lpt_geom()
424 c->ltab_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_ltab()
501 ubifs_add_lpt_dirt(c, c->ltab_lnum, c->ltab_sz); in ubifs_add_nnode_dirt()
798 if (len + c->ltab_sz > c->leb_size) { in ubifs_create_dflt_lpt()
813 len += c->ltab_sz; in ubifs_create_dflt_lpt()
818 p += c->ltab_sz; in ubifs_create_dflt_lpt()
837 dbg_lp("ltab_sz %d", c->ltab_sz); in ubifs_create_dflt_lpt()
[all …]
H A Dmaster.c165 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
H A Dubifs.h2003 int ltab_sz; member
H A Ddebug.c775 pr_err("\tltab_sz: %d\n", c->ltab_sz); in ubifs_dump_lpt_info()