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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dmaster.c143 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first ||
287 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum);
H A Dubifs-media.h661 * @ihead_lnum: LEB number of index head
693 __le32 ihead_lnum; member in struct:ubifs_mst_node
H A Dcommit.c125 c->mst_node->ihead_lnum = cpu_to_le32(c->ihead_lnum);
H A Dtnc_commit.c424 lnum = c->ihead_lnum;
845 lnum = c->ihead_lnum;
1014 c->ihead_lnum = lnum;
H A Drecovery.c888 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs);
889 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf);
H A Dreplay.c982 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum);
1024 ubifs_err("bad index head LEB %d:%d", c->ihead_lnum,
H A Dsb.c220 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB);
H A Ddebug.c379 le32_to_cpu(mst->ihead_lnum));
631 printk(KERN_DEBUG "\tgc_lnum %d, ihead_lnum %d\n",
632 c->gc_lnum, c->ihead_lnum);
2394 } else if (lnum == c->ihead_lnum) {
H A Dlprops.c1183 lnum != c->ihead_lnum) {
H A Dubifs.h986 * @ihead_lnum: LEB number of index head
1228 int ihead_lnum; member in struct:ubifs_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dmaster.c143 if (c->ihead_lnum >= c->leb_cnt || c->ihead_lnum < c->main_first ||
287 c->ihead_lnum = le32_to_cpu(c->mst_node->ihead_lnum);
H A Dubifs-media.h661 * @ihead_lnum: LEB number of index head
693 __le32 ihead_lnum; member in struct:ubifs_mst_node
H A Dcommit.c125 c->mst_node->ihead_lnum = cpu_to_le32(c->ihead_lnum);
H A Dtnc_commit.c424 lnum = c->ihead_lnum;
845 lnum = c->ihead_lnum;
1014 c->ihead_lnum = lnum;
H A Drecovery.c888 dbg_rcvry("checking index head at %d:%d", c->ihead_lnum, c->ihead_offs);
889 err = recover_head(c, c->ihead_lnum, c->ihead_offs, sbuf);
H A Dreplay.c982 lp = ubifs_lpt_lookup_dirty(c, c->ihead_lnum);
1024 ubifs_err("bad index head LEB %d:%d", c->ihead_lnum,
H A Dsb.c220 mst->ihead_lnum = cpu_to_le32(main_first + DEFAULT_IDX_LEB);
H A Ddebug.c379 le32_to_cpu(mst->ihead_lnum));
631 printk(KERN_DEBUG "\tgc_lnum %d, ihead_lnum %d\n",
632 c->gc_lnum, c->ihead_lnum);
2394 } else if (lnum == c->ihead_lnum) {
H A Dlprops.c1183 lnum != c->ihead_lnum) {
H A Dubifs.h986 * @ihead_lnum: LEB number of index head
1228 int ihead_lnum; member in struct:ubifs_info

Completed in 164 milliseconds