Home
last modified time | relevance | path

Searched refs:GCHD (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dgc.c74 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head()
97 err = ubifs_add_bud_to_log(c, GCHD, gc_lnum, 0); in switch_gc_head()
343 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes()
441 if (i == GCHD) in gc_sync_wbufs()
463 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb()
642 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect()
914 wbuf = &c->jheads[GCHD].wbuf; in ubifs_gc_end_commit()
H A Drecovery.c718 if (jhead == GCHD) { in ubifs_recover_leb()
1169 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
H A Dio.c1136 if (i == GCHD) in ubifs_sync_wbufs_by_inode()
H A Dsuper.c1003 c->jheads[GCHD].wbuf.no_timer = 1; in alloc_wbufs()
1004 c->jheads[GCHD].grouped = 0; in alloc_wbufs()
H A Dubifs.h712 #define GCHD UBIFS_GC_HEAD macro
H A Ddebug.c208 case GCHD: in dbg_jhead()
2568 } else if (c->jheads && lnum == c->jheads[GCHD].wbuf.lnum) { in power_cut_emulated()