Searched refs:lpt_offs (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 230 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master() 364 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs); in ubifs_read_master()
|
H A D | commit.c | 170 c->mst_node->lpt_offs = cpu_to_le32(c->lpt_offs); in do_commit()
|
H A D | ubifs-media.h | 706 * @lpt_offs: offset of LPT root nnode 741 __le32 lpt_offs; member
|
H A D | sb.c | 237 mst->lpt_offs = cpu_to_le32(c->lpt_offs); in create_default_filesystem()
|
H A D | lpt_commit.c | 256 c->lpt_offs = offs; in layout_cnodes() 526 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes() 874 } else if (c->lpt_lnum != lnum || c->lpt_offs != offs) in make_nnode_dirty() 1495 if (c->lpt_lnum != lnum || c->lpt_offs != offs) in dbg_is_nnode_dirty()
|
H A D | lpt.c | 748 c->lpt_offs = len; in ubifs_create_dflt_lpt() 855 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in ubifs_create_dflt_lpt() 1216 offs = c->lpt_offs; in ubifs_read_nnode() 1828 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in lpt_init_rd()
|
H A D | debug.c | 406 pr_err("\tlpt_offs %u\n", le32_to_cpu(mst->lpt_offs)); in ubifs_dump_node() 817 pr_err("\tLPT root is at %d:%d\n", c->lpt_lnum, c->lpt_offs); in ubifs_dump_lpt_info()
|
H A D | ubifs.h | 1190 * @lpt_offs: offset of the root nnode of the LPT 1435 int lpt_offs; member
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | master.c | 230 c->lpt_offs < 0 || c->lpt_offs + c->nnode_sz > c->leb_size) { in validate_master() 364 c->lpt_offs = le32_to_cpu(c->mst_node->lpt_offs); in ubifs_read_master()
|
H A D | commit.c | 170 c->mst_node->lpt_offs = cpu_to_le32(c->lpt_offs); in do_commit()
|
H A D | ubifs-media.h | 706 * @lpt_offs: offset of LPT root nnode 741 __le32 lpt_offs; member
|
H A D | sb.c | 240 mst->lpt_offs = cpu_to_le32(c->lpt_offs); in create_default_filesystem()
|
H A D | lpt_commit.c | 256 c->lpt_offs = offs; in layout_cnodes() 526 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes() 874 } else if (c->lpt_lnum != lnum || c->lpt_offs != offs) in make_nnode_dirty() 1495 if (c->lpt_lnum != lnum || c->lpt_offs != offs) in dbg_is_nnode_dirty()
|
H A D | lpt.c | 748 c->lpt_offs = len; in ubifs_create_dflt_lpt() 855 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in ubifs_create_dflt_lpt() 1216 offs = c->lpt_offs; in ubifs_read_nnode() 1828 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in lpt_init_rd()
|
H A D | debug.c | 406 pr_err("\tlpt_offs %u\n", le32_to_cpu(mst->lpt_offs)); in ubifs_dump_node() 817 pr_err("\tLPT root is at %d:%d\n", c->lpt_lnum, c->lpt_offs); in ubifs_dump_lpt_info()
|
H A D | ubifs.h | 1211 * @lpt_offs: offset of the root nnode of the LPT 1463 int lpt_offs; member
|
Completed in 47 milliseconds