Home
last modified time | relevance | path

Searched refs:ltab_offs (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dmaster.c243 c->ltab_offs < 0 || in validate_master()
244 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
368 c->ltab_offs = le32_to_cpu(c->mst_node->ltab_offs); in ubifs_read_master()
H A Dlpt_commit.c209 c->ltab_offs = offs; in layout_cnodes()
244 c->ltab_offs = offs; in layout_cnodes()
297 c->ltab_offs = offs; in layout_cnodes()
528 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in write_cnodes()
941 if (lnum != c->ltab_lnum || offs != c->ltab_offs) in make_ltab_dirty()
1542 if (lnum != c->ltab_lnum || offs != c->ltab_offs) in dbg_is_ltab_dirty()
H A Dcommit.c174 c->mst_node->ltab_offs = cpu_to_le32(c->ltab_offs); in do_commit()
H A Dubifs-media.h710 * @ltab_offs: offset of LPT's own lprops table
745 __le32 ltab_offs; member
H A Dsb.c241 mst->ltab_offs = cpu_to_le32(c->ltab_offs); in create_default_filesystem()
H A Dlpt.c819 c->ltab_offs = len; in ubifs_create_dflt_lpt()
857 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in ubifs_create_dflt_lpt()
1344 err = ubifs_leb_read(c, c->ltab_lnum, buf, c->ltab_offs, c->ltab_sz, 1); in read_ltab()
1830 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in lpt_init_rd()
H A Ddebug.c410 pr_err("\tltab_offs %u\n", le32_to_cpu(mst->ltab_offs)); in ubifs_dump_node()
820 pr_err("\tLPT ltab is at %d:%d\n", c->ltab_lnum, c->ltab_offs); in ubifs_dump_lpt_info()
H A Dubifs.h1214 * @ltab_offs: offset of LPT's own lprops table
1457 int ltab_offs; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dmaster.c243 c->ltab_offs < 0 || in validate_master()
244 c->ltab_offs + c->ltab_sz > c->leb_size) { in validate_master()
368 c->ltab_offs = le32_to_cpu(c->mst_node->ltab_offs); in ubifs_read_master()
H A Dlpt_commit.c209 c->ltab_offs = offs; in layout_cnodes()
244 c->ltab_offs = offs; in layout_cnodes()
297 c->ltab_offs = offs; in layout_cnodes()
528 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in write_cnodes()
941 if (lnum != c->ltab_lnum || offs != c->ltab_offs) in make_ltab_dirty()
1542 if (lnum != c->ltab_lnum || offs != c->ltab_offs) in dbg_is_ltab_dirty()
H A Dcommit.c174 c->mst_node->ltab_offs = cpu_to_le32(c->ltab_offs); in do_commit()
H A Dubifs-media.h710 * @ltab_offs: offset of LPT's own lprops table
745 __le32 ltab_offs; member
H A Dsb.c244 mst->ltab_offs = cpu_to_le32(c->ltab_offs); in create_default_filesystem()
H A Dlpt.c819 c->ltab_offs = len; in ubifs_create_dflt_lpt()
857 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in ubifs_create_dflt_lpt()
1344 err = ubifs_leb_read(c, c->ltab_lnum, buf, c->ltab_offs, c->ltab_sz, 1); in read_ltab()
1830 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in lpt_init_rd()
H A Ddebug.c410 pr_err("\tltab_offs %u\n", le32_to_cpu(mst->ltab_offs)); in ubifs_dump_node()
820 pr_err("\tLPT ltab is at %d:%d\n", c->ltab_lnum, c->ltab_offs); in ubifs_dump_lpt_info()
H A Dubifs.h1235 * @ltab_offs: offset of LPT's own lprops table
1485 int ltab_offs; member

Completed in 31 milliseconds