Home
last modified time | relevance | path

Searched refs:jheads (Results 1 – 9 of 9) sorted by relevance

/u-boot/fs/ubifs/
A Dlog.c70 if (!c->jheads) in ubifs_get_wbuf()
84 return &c->jheads[jhead].wbuf; in ubifs_get_wbuf()
137 if (c->jheads) { in ubifs_add_bud()
138 jhead = &c->jheads[bud->jhead]; in ubifs_add_bud()
308 wbuf = &c->jheads[bud->jhead].wbuf; in remove_buds()
382 int lnum = c->jheads[i].wbuf.lnum; in ubifs_log_start_commit()
383 int offs = c->jheads[i].wbuf.offs; in ubifs_log_start_commit()
735 list_for_each_entry(bud, &c->jheads[i].buds_list, list) in dbg_check_bud_bytes()
A Dgc.c76 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head()
345 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes()
445 err = ubifs_wbuf_sync(&c->jheads[i].wbuf); in gc_sync_wbufs()
465 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb()
644 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect()
916 wbuf = &c->jheads[GCHD].wbuf; in ubifs_gc_end_commit()
A Dsuper.c988 if (!c->jheads) in alloc_wbufs()
999 c->jheads[i].wbuf.jhead = i; in alloc_wbufs()
1000 c->jheads[i].grouped = 1; in alloc_wbufs()
1007 c->jheads[GCHD].wbuf.no_timer = 1; in alloc_wbufs()
1008 c->jheads[GCHD].grouped = 0; in alloc_wbufs()
1021 if (c->jheads) { in free_wbufs()
1023 kfree(c->jheads[i].wbuf.buf); in free_wbufs()
1024 kfree(c->jheads[i].wbuf.inodes); in free_wbufs()
1026 kfree(c->jheads); in free_wbufs()
1027 c->jheads = NULL; in free_wbufs()
[all …]
A Dio.c629 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
660 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_bg_wbufs_sync()
1138 struct ubifs_wbuf *wbuf = &c->jheads[i].wbuf; in ubifs_sync_wbufs_by_inode()
A Ddebug.c621 if (c->jheads) in ubifs_dump_budg()
624 dbg_jhead(c->jheads[i].wbuf.jhead), in ubifs_dump_budg()
625 c->jheads[i].wbuf.lnum); in ubifs_dump_budg()
729 if (c->jheads && in ubifs_dump_lprop()
730 lp->lnum == c->jheads[i].wbuf.lnum) { in ubifs_dump_lprop()
2570 } else if (c->jheads && lnum == c->jheads[GCHD].wbuf.lnum) { in power_cut_emulated()
A Dreplay.c151 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()
A Drecovery.c637 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb()
1172 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
A Dlprops.c1272 err = ubifs_wbuf_sync(&c->jheads[i].wbuf); in dbg_check_lprops()
A Dubifs.h1859 struct ubifs_jhead *jheads; member

Completed in 36 milliseconds