Searched refs:ihead_lnum (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | master.c | 216 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first || in validate_master() 360 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum); in ubifs_read_master()
|
D | tnc_commit.c | 439 lnum = c->ihead_lnum; in layout_in_empty_space() 839 lnum = c->ihead_lnum; in write_index() 1020 c->ihead_lnum = lnum; in write_index()
|
D | commit.c | 166 c->mst_node->ihead_lnum = cpu_to_le32(c->ihead_lnum); in do_commit()
|
D | ubifs-media.h | 732 __le32 ihead_lnum; member
|
D | replay.c | 1148 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum); in take_ihead() 1189 ubifs_err(c, "bad index head LEB %d:%d", c->ihead_lnum, in ubifs_replay_journal()
|
D | recovery.c | 960 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads() 961 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
|
D | debug.c | 401 pr_err("\tihead_lnum %u\n", le32_to_cpu(mst->ihead_lnum)); in ubifs_dump_node() 649 pr_err("\tgc_lnum %d, ihead_lnum %d\n", c->gc_lnum, c->ihead_lnum); in ubifs_dump_budg() 2538 } else if (lnum == c->ihead_lnum) { in power_cut_emulated()
|
D | sb.c | 236 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB); in create_default_filesystem()
|
D | lprops.c | 1171 lnum != c->ihead_lnum) { in scan_check_cb()
|
D | ubifs.h | 1337 int ihead_lnum; member
|