Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dmaster.c177 c->lsave_lnum > c->lpt_last || c->lsave_offs < 0 || in validate_master()
178 c->lsave_offs + c->lsave_sz > c->leb_size)) { in validate_master()
297 c->lsave_offs = le32_to_cpu(c->mst_node->lsave_offs); in ubifs_read_master()
Dlpt_commit.c213 c->lsave_offs = offs; in layout_cnodes()
248 c->lsave_offs = offs; in layout_cnodes()
290 c->lsave_offs = offs; in layout_cnodes()
542 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()
1595 if (lnum != c->lsave_lnum || offs != c->lsave_offs) in dbg_is_lsave_dirty()
Dcommit.c188 c->mst_node->lsave_offs = cpu_to_le32(c->lsave_offs); in do_commit()
Dubifs-media.h725 __le32 lsave_offs; member
Dsb.c242 mst->lsave_offs = cpu_to_le32(c->lsave_offs); in create_default_filesystem()
Dlpt.c792 c->lsave_offs = len; in ubifs_create_dflt_lpt()
853 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in ubifs_create_dflt_lpt()
1360 err = ubifs_leb_read(c, c->lsave_lnum, buf, c->lsave_offs, in read_lsave()
1680 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in lpt_init_rd()
Dubifs.h1435 int lsave_offs; member
Ddebug.c392 pr_err("\tlsave_offs %u\n", le32_to_cpu(mst->lsave_offs)); in ubifs_dump_node()
792 c->lsave_lnum, c->lsave_offs); in ubifs_dump_lpt_info()