Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dlpt_commit.c205 if (!done_lsave && offs + c->lsave_sz <= c->leb_size) { in layout_cnodes()
209 offs += c->lsave_sz; in layout_cnodes()
210 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()
244 offs += c->lsave_sz; in layout_cnodes()
245 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()
272 if (offs + c->lsave_sz > c->leb_size) { in layout_cnodes()
286 offs += c->lsave_sz; in layout_cnodes()
287 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()
389 if (!done_lsave && offs + c->lsave_sz <= c->leb_size) { in write_cnodes()
392 offs += c->lsave_sz; in write_cnodes()
[all …]
Dlpt.c103 c->lsave_sz = (bits + 7) / 8; in do_calc_lpt_geom()
110 c->lpt_sz += c->lsave_sz; in do_calc_lpt_geom()
445 c->lsave_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_lsave()
772 if (len + c->lsave_sz > c->leb_size) { in ubifs_create_dflt_lpt()
792 p += c->lsave_sz; in ubifs_create_dflt_lpt()
793 len += c->lsave_sz; in ubifs_create_dflt_lpt()
837 dbg_lp("lsave_sz %d", c->lsave_sz); in ubifs_create_dflt_lpt()
1077 err = check_lpt_crc(c, buf, c->lsave_sz); in unpack_lsave()
1352 buf = vmalloc(c->lsave_sz); in read_lsave()
1356 c->lsave_sz, 1); in read_lsave()
[all …]
Dmaster.c171 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
Dubifs.h2003 int lsave_sz; member
Ddebug.c775 pr_err("\tlsave_sz: %d\n", c->lsave_sz); in ubifs_dump_lpt_info()