Searched refs:ihead_lnum (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/ubifs/
H A Dmaster.c216 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first ||
360 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum);
H A Dcommit.c177 c->mst_node->ihead_lnum = cpu_to_le32(c->ihead_lnum);
H A Dubifs-media.h697 * @ihead_lnum: LEB number of index head
732 __le32 ihead_lnum; member in struct:ubifs_mst_node
H A Dtnc_commit.c439 lnum = c->ihead_lnum;
839 lnum = c->ihead_lnum;
1020 c->ihead_lnum = lnum;
H A Drecovery.c960 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs);
961 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf);
H A Dreplay.c1149 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum);
1190 ubifs_err(c, "bad index head LEB %d:%d", c->ihead_lnum,
H A Ddebug.c401 pr_err("\tihead_lnum %u\n", le32_to_cpu(mst->ihead_lnum));
649 pr_err("\tgc_lnum %d, ihead_lnum %d\n", c->gc_lnum, c->ihead_lnum);
2543 } else if (lnum == c->ihead_lnum) {
H A Dsb.c236 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB);
H A Dubifs.h1079 * @ihead_lnum: LEB number of index head
1341 int ihead_lnum; member in struct:ubifs_info
H A Dlprops.c1172 lnum != c->ihead_lnum) {

Completed in 139 milliseconds