Home
last modified time | relevance | path

Searched refs:lsave_offs (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dmaster.c171 c->lsave_lnum > c->lpt_last || c->lsave_offs < 0 || in validate_master()
172 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
291 c->lsave_offs = le32_to_cpu(c->mst_node->lsave_offs); in ubifs_read_master()
H A Dlpt_commit.c209 c->lsave_offs = offs; in layout_cnodes()
244 c->lsave_offs = offs; in layout_cnodes()
286 c->lsave_offs = offs; in layout_cnodes()
539 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in write_cnodes()
1010 if (lnum != c->lsave_lnum || offs != c->lsave_offs) in make_lsave_dirty()
1598 if (lnum != c->lsave_lnum || offs != c->lsave_offs) in dbg_is_lsave_dirty()
H A Dubifs-media.h703 __le32 lsave_offs; member
H A Dsb.c226 mst->lsave_offs = cpu_to_le32(c->lsave_offs); in create_default_filesystem()
H A Dlpt.c785 c->lsave_offs = len; in ubifs_create_dflt_lpt()
846 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in ubifs_create_dflt_lpt()
1356 err = ubifs_leb_read(c, c->lsave_lnum, buf, c->lsave_offs, in read_lsave()
1676 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in lpt_init_rd()
H A Dubifs.h2039 int lsave_offs; member
H A Ddebug.c391 pr_err("\tlsave_offs %u\n", le32_to_cpu(mst->lsave_offs)); in ubifs_dump_node()
796 c->lsave_lnum, c->lsave_offs); in ubifs_dump_lpt_info()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dmaster.c250 c->lsave_lnum > c->lpt_last || c->lsave_offs < 0 || in validate_master()
251 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
370 c->lsave_offs = le32_to_cpu(c->mst_node->lsave_offs); in ubifs_read_master()
H A Dlpt_commit.c201 c->lsave_offs = offs; in layout_cnodes()
236 c->lsave_offs = offs; in layout_cnodes()
278 c->lsave_offs = offs; in layout_cnodes()
530 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in write_cnodes()
966 if (lnum != c->lsave_lnum || offs != c->lsave_offs) in make_lsave_dirty()
1555 if (lnum != c->lsave_lnum || offs != c->lsave_offs) in dbg_is_lsave_dirty()
H A Dcommit.c176 c->mst_node->lsave_offs = cpu_to_le32(c->lsave_offs); in do_commit()
H A Dubifs-media.h747 __le32 lsave_offs; member
H A Dsb.c243 mst->lsave_offs = cpu_to_le32(c->lsave_offs); in create_default_filesystem()
H A Dlpt.c794 c->lsave_offs = len; in ubifs_create_dflt_lpt()
859 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in ubifs_create_dflt_lpt()
1367 err = ubifs_leb_read(c, c->lsave_lnum, buf, c->lsave_offs, in read_lsave()
1832 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in lpt_init_rd()
H A Dubifs.h1462 int lsave_offs; member
H A Ddebug.c382 pr_err("\tlsave_offs %u\n", le32_to_cpu(mst->lsave_offs)); in ubifs_dump_node()
786 c->lsave_lnum, c->lsave_offs); in ubifs_dump_lpt_info()