Home
last modified time | relevance | path

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

/fs/ubifs/
Drecovery.c506 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
514 endpt = snod->offs + snod->len; in fix_unclean_leb()
522 lnum, start, sleb->endpt); in fix_unclean_leb()
527 ucleb->endpt = endpt; in fix_unclean_leb()
534 lnum, start, sleb->endpt); in fix_unclean_leb()
535 if (endpt == 0) { in fix_unclean_leb()
540 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb()
549 if (len > endpt) { in fix_unclean_leb()
550 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb()
1000 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb()
[all …]
Dreplay.c675 ubifs_assert(sleb->endpt - offs >= used); in replay_bud()
676 ubifs_assert(sleb->endpt % c->min_io_size == 0); in replay_bud()
678 b->dirty = sleb->endpt - offs - used; in replay_bud()
679 b->free = c->leb_size - sleb->endpt; in replay_bud()
947 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb()
949 c->lhead_offs = sleb->endpt; in replay_log_leb()
952 err = !sleb->endpt; in replay_log_leb()
Dscan.c182 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
Dorphan.c690 if (sleb->endpt) { in kill_orphans()
692 c->ohead_offs = sleb->endpt; in kill_orphans()
Dubifs.h323 int endpt; member
435 int endpt; member
Dlprops.c1157 free = c->leb_size - sleb->endpt; in scan_check_cb()
1158 dirty = sleb->endpt - used; in scan_check_cb()
Ddebug.c833 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()