Home
last modified time | relevance | path

Searched refs:ihead_lnum (Results 1 – 8 of 8) sorted by relevance

/u-boot/fs/ubifs/
A Dmaster.c138 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first || in validate_master()
282 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum); in ubifs_read_master()
A Dubifs-media.h687 __le32 ihead_lnum; member
A Dreplay.c974 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum); in take_ihead()
1015 ubifs_err(c, "bad index head LEB %d:%d", c->ihead_lnum, in ubifs_replay_journal()
A Drecovery.c971 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()
A Dsb.c217 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB); in create_default_filesystem()
A Ddebug.c381 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()
2566 } else if (lnum == c->ihead_lnum) { in power_cut_emulated()
A Dlprops.c1178 lnum != c->ihead_lnum) { in scan_check_cb()
A Dubifs.h1885 int ihead_lnum; member

Completed in 25 milliseconds