Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c217 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()
305 offs += c->ltab_sz; in layout_cnodes()
306 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
399 offs += c->ltab_sz; in write_cnodes()
440 offs += c->ltab_sz; in write_cnodes()
514 offs += c->ltab_sz; in write_cnodes()
1063 return c->ltab_sz; in get_lpt_node_len()
1847 lpt_sz += c->ltab_sz; in dbg_chk_lpt_sz()
[all …]
H A 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()
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()
1328 buf = vmalloc(c->ltab_sz); in read_ltab()
[all …]
H A Dmaster.c164 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
H A Dubifs.h2002 int ltab_sz; member
H A Ddebug.c774 pr_err("\tltab_sz: %d\n", c->ltab_sz); in ubifs_dump_lpt_info()
/openbmc/linux/fs/ubifs/
H A Dlpt_commit.c210 offs += c->ltab_sz; in layout_cnodes()
211 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
245 offs += c->ltab_sz; in layout_cnodes()
298 offs += c->ltab_sz; in layout_cnodes()
299 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
391 offs += c->ltab_sz; in write_cnodes()
432 offs += c->ltab_sz; in write_cnodes()
506 offs += c->ltab_sz; in write_cnodes()
1020 return c->ltab_sz; in get_lpt_node_len()
1804 lpt_sz += c->ltab_sz; in dbg_chk_lpt_sz()
[all …]
H A Dlpt.c92 c->ltab_sz = (bits + 7) / 8; in do_calc_lpt_geom()
101 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom()
141 if (c->ltab_sz > c->leb_size) { in ubifs_calc_lpt_geom()
203 if (c->ltab_sz > c->leb_size) { in calc_dflt_lpt_geom()
418 c->ltab_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_ltab()
807 if (len + c->ltab_sz > c->leb_size) { in ubifs_create_dflt_lpt()
822 len += c->ltab_sz; in ubifs_create_dflt_lpt()
827 p += c->ltab_sz; in ubifs_create_dflt_lpt()
850 dbg_lp("ltab_sz %d", c->ltab_sz); in ubifs_create_dflt_lpt()
1341 buf = vmalloc(c->ltab_sz); in read_ltab()
[all …]
H A Dmaster.c244 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
H A Dubifs.h1454 int ltab_sz; member
H A Ddebug.c802 pr_err("\tltab_sz: %d\n", c->ltab_sz); in ubifs_dump_lpt_info()