Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dmaster.c152 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master()
286 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs); in ubifs_read_master()
A Dubifs-media.h696 __le32 lpt_offs; member
A Dsb.c221 mst->lpt_offs = cpu_to_le32(c->lpt_offs); in create_default_filesystem()
A Dlpt_commit.c266 c->lpt_offs = offs; in layout_cnodes()
537 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes()
920 } else if (c->lpt_lnum != lnum || c->lpt_offs != offs) in make_nnode_dirty()
1540 if (c->lpt_lnum != lnum || c->lpt_offs != offs) in dbg_is_nnode_dirty()
A Dlpt.c740 c->lpt_offs = len; in ubifs_create_dflt_lpt()
843 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in ubifs_create_dflt_lpt()
1205 offs = c->lpt_offs; in ubifs_read_nnode()
1673 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in lpt_init_rd()
A Dubifs.h2011 int lpt_offs; member
A Ddebug.c386 pr_err("\tlpt_offs %u\n", le32_to_cpu(mst->lpt_offs)); in ubifs_dump_node()
791 pr_err("\tLPT root is at %d:%d\n", c->lpt_lnum, c->lpt_offs); in ubifs_dump_lpt_info()

Completed in 24 milliseconds