Lines Matching refs:jhead
151 err = ubifs_wbuf_seek_nolock(&c->jheads[b->bud->jhead].wbuf, in set_bud_lprops()
481 struct ubifs_jhead *jh = &c->jheads[bud->jhead]; in is_last_bud()
544 lnum, b->bud->jhead, offs, is_last); in replay_bud()
553 sleb = ubifs_recover_leb(c, lnum, offs, c->sbuf, b->bud->jhead); in replay_bud()
740 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead, in add_replay_bud() argument
746 dbg_mnt("add replay bud LEB %d:%d, head %d", lnum, offs, jhead); in add_replay_bud()
760 bud->jhead = jhead; in add_replay_bud()
786 unsigned int jhead = le32_to_cpu(ref->jhead); in validate_ref() local
793 if (jhead >= c->jhead_cnt || lnum >= c->leb_cnt || in validate_ref()
801 if (bud->jhead == jhead && bud->start <= offs) in validate_ref()
922 le32_to_cpu(ref->jhead), in replay_log_leb()