Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c633 * @jhead: journal head number this LEB belongs to (%-1 if the LEB does not
641 struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf, int jhead) in ubifs_recover_leb() argument
644 int grouped = jhead == -1 ? 0 : c->jheads[jhead].grouped; in ubifs_recover_leb()
648 dbg_rcvry("%d:%d, jhead %d, grouped %d", lnum, offs, jhead, grouped); in ubifs_recover_leb()
760 if (jhead == GCHD) { in ubifs_recover_leb()
1249 mutex_lock_nested(&wbuf->io_mutex, wbuf->jhead); in ubifs_rcvry_gc_commit()

Completed in 3 milliseconds