Home
last modified time | relevance | path

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

/external/u-boot/fs/ubifs/
Dmaster.c136 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()
Dubifs-media.h687 __le32 ihead_lnum; member
Dreplay.c972 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()
Drecovery.c968 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()
Dsb.c215 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB); in create_default_filesystem()
Ddebug.c379 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()
Dlprops.c1176 lnum != c->ihead_lnum) { in scan_check_cb()
Dubifs.h1885 int ihead_lnum; member