Searched refs:ubifs_recover_leb (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/ubifs/ |
H A D | recovery.c | 571 * This is a helper function for 'ubifs_recover_leb()' which drops the last 600 * This is a helper function for 'ubifs_recover_leb()' which drops the last 621 * ubifs_recover_leb - scan and recover a LEB. 634 struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum, ubifs_recover_leb() function 910 return ubifs_recover_leb(c, lnum, offs, sbuf, -1); ubifs_recover_log_leb()
|
H A D | orphan.c | 677 sleb = ubifs_recover_leb(c, lnum, 0, kill_orphans()
|
H A D | replay.c | 558 sleb = ubifs_recover_leb(c, lnum, offs, c->sbuf, b->bud->jhead); replay_bud()
|
H A D | ubifs.h | 1774 struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum,
|
Completed in 187 milliseconds