Home
last modified time | relevance | path

Searched refs:grouped (Results 1 – 3 of 3) sorted by relevance

/fs/ubifs/
Drecovery.c626 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb() local
630 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb()
703 if (grouped) in ubifs_recover_leb()
Dsuper.c840 c->jheads[i].grouped = 1; in alloc_wbufs()
853 c->jheads[GCHD].grouped = 0; in alloc_wbufs()
Dubifs.h732 unsigned int grouped:1; member