Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c517 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
524 endpt = snod->offs + snod->len; in fix_unclean_leb()
531 dbg_rcvry("need to fix LEB %d start %d endpt %d", lnum, start, sleb->endpt); in fix_unclean_leb()
537 ucleb->endpt = endpt; in fix_unclean_leb()
543 dbg_rcvry("fixing LEB %d start %d endpt %d", lnum, start, sleb->endpt); in fix_unclean_leb()
544 if (endpt == 0) { in fix_unclean_leb()
550 int len = ALIGN(endpt, in fix_unclean_leb()
[all...]

Completed in 2 milliseconds