Searched refs:lsave_sz (Results 1 – 5 of 5) sorted by relevance
202 offs += c->lsave_sz; in layout_cnodes()203 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()237 offs += c->lsave_sz; in layout_cnodes()279 offs += c->lsave_sz; in layout_cnodes()280 dbg_chk_lpt_sz(c, 1, c->lsave_sz); in layout_cnodes()384 offs += c->lsave_sz; in write_cnodes()425 offs += c->lsave_sz; in write_cnodes()481 offs += c->lsave_sz; in write_cnodes()1022 return c->lsave_sz; in get_lpt_node_len()1806 lpt_sz += c->lsave_sz; in dbg_chk_lpt_sz()[all …]
96 c->lsave_sz = (bits + 7) / 8; in do_calc_lpt_geom()103 c->lpt_sz += c->lsave_sz; in do_calc_lpt_geom()440 c->lsave_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_lsave()782 if (len + c->lsave_sz > c->leb_size) { in ubifs_create_dflt_lpt()802 p += c->lsave_sz; in ubifs_create_dflt_lpt()803 len += c->lsave_sz; in ubifs_create_dflt_lpt()851 dbg_lp("lsave_sz %d", c->lsave_sz); in ubifs_create_dflt_lpt()1091 err = check_lpt_crc(c, buf, c->lsave_sz); in unpack_lsave()1364 buf = vmalloc(c->lsave_sz); in read_lsave()1368 c->lsave_sz, 1); in read_lsave()[all …]
251 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
1427 int lsave_sz; member
803 pr_err("\tlsave_sz: %d\n", c->lsave_sz); in ubifs_dump_lpt_info()
Completed in 22 milliseconds