Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlpt_commit.c214 if (offs + c->ltab_sz <= c->leb_size) { in layout_cnodes()
218 offs += c->ltab_sz; in layout_cnodes()
219 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
253 offs += c->ltab_sz; in layout_cnodes()
254 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
293 if (offs + c->ltab_sz > c->leb_size) { in layout_cnodes()
306 offs += c->ltab_sz; in layout_cnodes()
307 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
397 if (offs + c->ltab_sz <= c->leb_size) { in write_cnodes()
400 offs += c->ltab_sz; in write_cnodes()
[all …]
H A Dlpt.c100 c->ltab_sz = (bits + 7) / 8; in do_calc_lpt_geom()
109 c->lpt_sz += c->ltab_sz; in do_calc_lpt_geom()
149 if (c->ltab_sz > c->leb_size) { in ubifs_calc_lpt_geom()
211 if (c->ltab_sz > c->leb_size) { in calc_dflt_lpt_geom()
424 c->ltab_sz - UBIFS_LPT_CRC_BYTES); in ubifs_pack_ltab()
501 ubifs_add_lpt_dirt(c, c->ltab_lnum, c->ltab_sz); in ubifs_add_nnode_dirt()
798 if (len + c->ltab_sz > c->leb_size) { in ubifs_create_dflt_lpt()
813 len += c->ltab_sz; in ubifs_create_dflt_lpt()
818 p += c->ltab_sz; in ubifs_create_dflt_lpt()
837 dbg_lp("ltab_sz %d", c->ltab_sz); in ubifs_create_dflt_lpt()
[all …]
H A Dmaster.c165 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
H A Dubifs.h2003 int ltab_sz; member
H A Ddebug.c775 pr_err("\tltab_sz: %d\n", c->ltab_sz); in ubifs_dump_lpt_info()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlpt_commit.c206 if (offs + c->ltab_sz <= c->leb_size) { in layout_cnodes()
210 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()
246 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
285 if (offs + c->ltab_sz > c->leb_size) { in layout_cnodes()
298 offs += c->ltab_sz; in layout_cnodes()
299 dbg_chk_lpt_sz(c, 1, c->ltab_sz); in layout_cnodes()
388 if (offs + c->ltab_sz <= c->leb_size) { in write_cnodes()
391 offs += c->ltab_sz; in write_cnodes()
[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()
495 ubifs_add_lpt_dirt(c, c->ltab_lnum, c->ltab_sz); in ubifs_add_nnode_dirt()
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()
[all …]
H A Dmaster.c244 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
H A Dubifs.h1426 int ltab_sz; member
H A Ddebug.c765 pr_err("\tltab_sz: %d\n", c->ltab_sz); in ubifs_dump_lpt_info()