Lines Matching refs:jhead
147 err = ubifs_wbuf_seek_nolock(&c->jheads[b->bud->jhead].wbuf,
516 struct ubifs_jhead *jh = &c->jheads[bud->jhead];
675 lnum, b->bud->jhead, offs, is_last);
684 sleb = ubifs_recover_leb(c, lnum, offs, c->sbuf, b->bud->jhead);
697 c->jheads[b->bud->jhead].log_hash);
883 * @jhead: journal head to which this bud belongs
889 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead,
896 dbg_mnt("add replay bud LEB %d:%d, head %d", lnum, offs, jhead);
910 bud->jhead = jhead;
947 unsigned int jhead = le32_to_cpu(ref->jhead);
954 if (jhead >= c->jhead_cnt || lnum >= c->leb_cnt ||
962 if (bud->jhead == jhead && bud->start <= offs)
1096 le32_to_cpu(ref->jhead),