Searched refs:GCHD (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ubifs/
H A Dgc.c68 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf;
87 err = ubifs_add_bud_to_log(c, GCHD, gc_lnum, 0);
335 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf;
367 err = ubifs_shash_update(c, c->jheads[GCHD].log_hash,
399 err = ubifs_shash_update(c, c->jheads[GCHD].log_hash,
420 c->jheads[GCHD].log_hash);
473 if (i == GCHD)
495 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf;
674 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf;
957 wbuf = &c->jheads[GCHD]
[all...]
H A Drecovery.c710 if (jhead == GCHD) {
1160 struct ubifs_wbuf *wbuf = &c->jheads[GCHD].wbuf;
H A Dio.c1245 if (i == GCHD)
H A Dsuper.c848 c->jheads[GCHD].wbuf.no_timer = 1;
849 c->jheads[GCHD].grouped = 0;
H A Ddebug.c200 case GCHD:
2547 } else if (c->jheads && lnum == c->jheads[GCHD].wbuf.lnum) {
H A Dubifs.h90 #define GCHD UBIFS_GC_HEAD macro
H A Djournal.c274 ubifs_assert(c, jhead != GCHD);

Completed in 151 milliseconds