Searched refs:endpt (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/fs/ubifs/ |
| D | recovery.c | 494 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local 502 endpt = snod->offs + snod->len; in fix_unclean_leb() 510 lnum, start, sleb->endpt); in fix_unclean_leb() 515 ucleb->endpt = endpt; in fix_unclean_leb() 522 lnum, start, sleb->endpt); in fix_unclean_leb() 523 if (endpt == 0) { in fix_unclean_leb() 528 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() 537 if (len > endpt) { in fix_unclean_leb() 538 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb() 985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() [all …]
|
| D | replay.c | 833 ubifs_assert(c, sleb->endpt - offs >= used); in replay_bud() 834 ubifs_assert(c, sleb->endpt % c->min_io_size == 0); in replay_bud() 836 b->dirty = sleb->endpt - offs - used; in replay_bud() 837 b->free = c->leb_size - sleb->endpt; in replay_bud() 1132 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb() 1134 c->lhead_offs = sleb->endpt; in replay_log_leb() 1137 err = !sleb->endpt; in replay_log_leb()
|
| D | scan.c | 169 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
|
| D | orphan.c | 785 if (sleb->endpt) { in kill_orphans() 787 c->ohead_offs = sleb->endpt; in kill_orphans()
|
| D | lprops.c | 1143 free = c->leb_size - sleb->endpt; in scan_check_cb() 1144 dirty = sleb->endpt - used; in scan_check_cb()
|
| D | ubifs.h | 323 int endpt; member 435 int endpt; member
|
| D | debug.c | 831 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | scif_ioctl.h | 93 __u64 endpt; member
|
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_epd.c | 38 void scif_teardown_ep(void *endpt) in scif_teardown_ep() argument 40 struct scif_endpt *ep = endpt; in scif_teardown_ep()
|
| D | scif_epd.h | 172 void scif_teardown_ep(void *endpt);
|
| D | scif_fd.c | 131 scif_epd_t *ep = (scif_epd_t *)&request.endpt; in scif_fdioctl()
|
| /Linux-v5.4/drivers/usb/core/ |
| D | devio.c | 814 struct usb_endpoint_descriptor *endpt; in findintfep() local 825 endpt = &alts->endpoint[e].desc; in findintfep() 826 if (endpt->bEndpointAddress == ep) in findintfep()
|