HomeSort by relevance Sort by last modified time
    Searched defs:jhead (Results 1 - 4 of 4) sorted by null

  /external/u-boot/fs/ubifs/
log.c 66 int jhead; local
80 jhead = bud->jhead;
82 return &c->jheads[jhead].wbuf;
119 struct ubifs_jhead *jhead; local
136 jhead = &c->jheads[bud->jhead];
137 list_add_tail(&bud->list, &jhead->buds_list);
149 dbg_log("LEB %d:%d, jhead %s, bud_bytes %lld", bud->lnum,
150 bud->start, dbg_jhead(bud->jhead), c->bud_bytes)
    [all...]
replay.c 149 err = ubifs_wbuf_seek_nolock(&c->jheads[b->bud->jhead].wbuf,
479 struct ubifs_jhead *jh = &c->jheads[bud->jhead];
542 lnum, b->bud->jhead, offs, is_last);
551 sleb = ubifs_recover_leb(c, lnum, offs, c->sbuf, b->bud->jhead);
732 * @jhead: journal head to which this bud belongs
738 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead,
744 dbg_mnt("add replay bud LEB %d:%d, head %d", lnum, offs, jhead);
758 bud->jhead = jhead;
784 unsigned int jhead = le32_to_cpu(ref->jhead) local
    [all...]
ubifs-media.h 715 * @jhead: journal head number
722 __le32 jhead; member in struct:ubifs_ref_node
ubifs.h 1289 int jhead; member in struct:ubifs_wbuf
1313 int jhead; member in struct:ubifs_bud
    [all...]

Completed in 141 milliseconds