Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Drecovery.c505 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
513 endpt = snod->offs + snod->len; in fix_unclean_leb()
521 lnum, start, sleb->endpt); in fix_unclean_leb()
526 ucleb->endpt = endpt; in fix_unclean_leb()
533 lnum, start, sleb->endpt); in fix_unclean_leb()
534 if (endpt == 0) { in fix_unclean_leb()
539 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb()
548 if (len > endpt) { in fix_unclean_leb()
549 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb()
996 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb()
[all …]
Dreplay.c673 ubifs_assert(c, sleb->endpt - offs >= used); in replay_bud()
674 ubifs_assert(c, sleb->endpt % c->min_io_size == 0); in replay_bud()
676 b->dirty = sleb->endpt - offs - used; in replay_bud()
677 b->free = c->leb_size - sleb->endpt; in replay_bud()
945 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb()
947 c->lhead_offs = sleb->endpt; in replay_log_leb()
950 err = !sleb->endpt; in replay_log_leb()
Dscan.c181 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.h325 int endpt; member
437 int endpt; member
Dlprops.c1155 free = c->leb_size - sleb->endpt; in scan_check_cb()
1156 dirty = sleb->endpt - used; in scan_check_cb()
Ddebug.c837 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/Linux-v4.19/include/uapi/linux/
Dscif_ioctl.h93 __u64 endpt; member
/Linux-v4.19/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-v4.19/drivers/usb/core/
Ddevio.c789 struct usb_endpoint_descriptor *endpt; in findintfep() local
800 endpt = &alts->endpoint[e].desc; in findintfep()
801 if (endpt->bEndpointAddress == ep) in findintfep()