Lines Matching refs:endpt
517 int lnum = sleb->lnum, endpt = start;
524 endpt = snod->offs + snod->len;
531 dbg_rcvry("need to fix LEB %d start %d endpt %d", lnum, start, sleb->endpt);
537 ucleb->endpt = endpt;
543 dbg_rcvry("fixing LEB %d start %d endpt %d", lnum, start, sleb->endpt);
544 if (endpt == 0) {
550 int len = ALIGN(endpt, c->min_io_size);
559 if (len > endpt) {
560 int pad_len = len - ALIGN(endpt, RECOVERY_EIGHT);
1040 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1;
1098 len = ALIGN(ucleb->endpt, c->min_io_size);
1099 if (len > ucleb->endpt) {
1100 int pad_len = len - ALIGN(ucleb->endpt, RECOVERY_EIGHT);