Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dlpt_commit.c213 if (offs + c->ltab_sz <= c->leb_size) { in layout_cnodes()
217 offs += c->ltab_sz; in layout_cnodes()
218 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
252 offs += c->ltab_sz; in layout_cnodes()
253 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
292 if (offs + c->ltab_sz > c->leb_size) { in layout_cnodes()
305 offs += c->ltab_sz; in layout_cnodes()
306 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
396 if (offs + c->ltab_sz <= c->leb_size) { in write_cnodes()
399 offs += c->ltab_sz; in write_cnodes()
[all …]
Dlpt.c99 c->ltab_sz = (bits + 7) / 8; in do_calc_lpt_geom()
108 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom()
148 if (c->ltab_sz > c->leb_size) { in ubifs_calc_lpt_geom()
210 if (c->ltab_sz > c->leb_size) { in calc_dflt_lpt_geom()
423 c->ltab_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_ltab()
500 ubifs_add_lpt_dirt(c, c->ltab_lnum, c->ltab_sz); in ubifs_add_nnode_dirt()
797 if (len + c->ltab_sz > c->leb_size) { in ubifs_create_dflt_lpt()
812 len += c->ltab_sz; in ubifs_create_dflt_lpt()
817 p += c->ltab_sz; in ubifs_create_dflt_lpt()
836 dbg_lp("ltab_sz %d", c->ltab_sz); in ubifs_create_dflt_lpt()
[all …]
Dmaster.c164 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
Dubifs.h2002 int ltab_sz; member
Ddebug.c774 pr_err("\tltab_sz: %d\n", c->ltab_sz); in ubifs_dump_lpt_info()