Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dgc.c75 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in switch_gc_head()
98 err = ubifs_add_bud_to_log(c, GCHD, gc_lnum, 0); in switch_gc_head()
344 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in move_nodes()
442 if (i == GCHD) in gc_sync_wbufs()
464 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect_leb()
643 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_garbage_collect()
915 wbuf = &c->jheads[GCHD].wbuf; in ubifs_gc_end_commit()
H A Drecovery.c719 if (jhead == GCHD) { in ubifs_recover_leb()
1170 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf; in ubifs_rcvry_gc_commit()
H A Dio.c1137 if (i == GCHD) in ubifs_sync_wbufs_by_inode()
H A Dsuper.c1004 c->jheads[GCHD].wbuf.no_timer = 1; in alloc_wbufs()
1005 c->jheads[GCHD].grouped = 0; in alloc_wbufs()
H A Dubifs.h713 #define GCHD UBIFS_GC_HEAD macro
H A Ddebug.c209 case GCHD: in dbg_jhead()
2569 } else if (c->jheads && lnum == c->jheads[GCHD].wbuf.lnum) { in power_cut_emulated()