Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dmaster.c157 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master()
291 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs); in ubifs_read_master()
Dcommit.c182 c->mst_node->lpt_offs = cpu_to_le32(c->lpt_offs); in do_commit()
Dubifs-media.h719 __le32 lpt_offs; member
Dsb.c236 mst->lpt_offs = cpu_to_le32(c->lpt_offs); in create_default_filesystem()
Dlpt_commit.c268 c->lpt_offs = offs; in layout_cnodes()
538 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes()
918 } else if (c->lpt_lnum != lnum || c->lpt_offs != offs) in make_nnode_dirty()
1535 if (c->lpt_lnum != lnum || c->lpt_offs != offs) in dbg_is_nnode_dirty()
Dlpt.c746 c->lpt_offs = len; in ubifs_create_dflt_lpt()
849 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in ubifs_create_dflt_lpt()
1209 offs = c->lpt_offs; in ubifs_read_nnode()
1676 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in lpt_init_rd()
Dubifs.h1408 int lpt_offs; member
Ddebug.c386 pr_err("\tlpt_offs %u\n", le32_to_cpu(mst->lpt_offs)); in ubifs_dump_node()
786 pr_err("\tLPT root is at %d:%d\n", c->lpt_lnum, c->lpt_offs); in ubifs_dump_lpt_info()