Searched refs:ihead_lnum (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | master.c | 136 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first || in validate_master() 280 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum); in ubifs_read_master()
|
D | ubifs-media.h | 687 __le32 ihead_lnum; member
|
D | replay.c | 972 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum); in take_ihead() 1013 ubifs_err(c, "bad index head LEB %d:%d", c->ihead_lnum, in ubifs_replay_journal()
|
D | recovery.c | 968 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs); in ubifs_recover_inl_heads() 969 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf); in ubifs_recover_inl_heads()
|
D | sb.c | 215 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB); in create_default_filesystem()
|
D | debug.c | 379 pr_err("\tihead_lnum %u\n", le32_to_cpu(mst->ihead_lnum)); in ubifs_dump_node() 616 pr_err("\tgc_lnum %d, ihead_lnum %d\n", c->gc_lnum, c->ihead_lnum); in ubifs_dump_budg() 2564 } else if (lnum == c->ihead_lnum) { in power_cut_emulated()
|
D | lprops.c | 1176 lnum != c->ihead_lnum) { in scan_check_cb()
|
D | ubifs.h | 1885 int ihead_lnum; member
|