Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dlpt_commit.c212 offs += c->lsave_sz; in layout_cnodes()
213 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()
247 offs += c->lsave_sz; in layout_cnodes()
289 offs += c->lsave_sz; in layout_cnodes()
290 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()
395 offs += c->lsave_sz; in write_cnodes()
436 offs += c->lsave_sz; in write_cnodes()
492 offs += c->lsave_sz; in write_cnodes()
1068 return c->lsave_sz; in get_lpt_node_len()
1852 lpt_sz += c->lsave_sz; in dbg_chk_lpt_sz()
[all …]
A Dlpt.c105 c->lsave_sz = (bits + 7) / 8; in do_calc_lpt_geom()
112 c->lpt_sz += c->lsave_sz; in do_calc_lpt_geom()
447 c->lsave_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_lsave()
774 if (len + c->lsave_sz > c->leb_size) { in ubifs_create_dflt_lpt()
794 p += c->lsave_sz; in ubifs_create_dflt_lpt()
795 len += c->lsave_sz; in ubifs_create_dflt_lpt()
839 dbg_lp("lsave_sz %d", c->lsave_sz); in ubifs_create_dflt_lpt()
1079 err = check_lpt_crc(c, buf, c->lsave_sz); in unpack_lsave()
1354 buf = vmalloc(c->lsave_sz); in read_lsave()
1358 c->lsave_sz, 1); in read_lsave()
[all …]
A Dmaster.c173 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
A Dubifs.h2003 int lsave_sz; member
A Ddebug.c777 pr_err("\tlsave_sz: %d\n", c->lsave_sz); in ubifs_dump_lpt_info()

Completed in 21 milliseconds