Home
last modified time | relevance | path

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

/linux-4.4.14/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()
997 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.h328 int endpt; member
440 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()
/linux-4.4.14/include/uapi/linux/
Dscif_ioctl.h92 __u64 endpt; member
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_epd.c47 void scif_teardown_ep(void *endpt) in scif_teardown_ep() argument
49 struct scif_endpt *ep = endpt; in scif_teardown_ep()
Dscif_epd.h182 void scif_teardown_ep(void *endpt);
Dscif_fd.c140 scif_epd_t *ep = (scif_epd_t *)&request.endpt; in scif_fdioctl()
/linux-4.4.14/drivers/usb/core/
Ddevio.c694 struct usb_endpoint_descriptor *endpt; in findintfep() local
705 endpt = &alts->endpoint[e].desc; in findintfep()
706 if (endpt->bEndpointAddress == ep) in findintfep()