Searched refs:ihead_lnum (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | master.c | 143 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first || in validate_master() 287 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum); in ubifs_read_master()
|
D | tnc_commit.c | 446 lnum = c->ihead_lnum; in layout_in_empty_space() 844 lnum = c->ihead_lnum; in write_index() 1005 c->ihead_lnum = lnum; in write_index()
|
D | commit.c | 178 c->mst_node->ihead_lnum = cpu_to_le32(c->ihead_lnum); in do_commit()
|
D | ubifs-media.h | 710 __le32 ihead_lnum; member
|
D | replay.c | 1015 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum); in take_ihead() 1056 ubifs_err(c, "bad index head LEB %d:%d", c->ihead_lnum, in ubifs_replay_journal()
|
D | recovery.c | 971 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads() 972 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
|
D | debug.c | 381 pr_err("\tihead_lnum %u\n", le32_to_cpu(mst->ihead_lnum)); in ubifs_dump_node() 618 pr_err("\tgc_lnum %d, ihead_lnum %d\n", c->gc_lnum, c->ihead_lnum); in ubifs_dump_budg() 2525 } else if (lnum == c->ihead_lnum) { in power_cut_emulated()
|
D | sb.c | 232 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB); in create_default_filesystem()
|
D | ubifs.h | 1282 int ihead_lnum; member
|
D | lprops.c | 1183 lnum != c->ihead_lnum) { in scan_check_cb()
|