Home
last modified time | relevance | path

Searched refs:endpt (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Drecovery.c494 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
502 endpt = snod->offs + snod->len; in fix_unclean_leb()
509 dbg_rcvry("need to fix LEB %d start %d endpt %d", in fix_unclean_leb()
510 lnum, start, sleb->endpt); in fix_unclean_leb()
515 ucleb->endpt = endpt; in fix_unclean_leb()
521 dbg_rcvry("fixing LEB %d start %d endpt %d", 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, in fix_unclean_leb()
[all...]
H A Dreplay.c710 * sleb->endpt', and the space in the 'lnum' LEB between 'offs' and in replay_bud()
711 * 'sleb->endpt' is used by bud data. We have to correctly calculate in replay_bud()
819 ubifs_assert(c, sleb->endpt - offs >= used); in replay_bud()
820 ubifs_assert(c, sleb->endpt % c->min_io_size == 0); in replay_bud()
822 b->dirty = sleb->endpt - offs - used; in replay_bud()
823 b->free = c->leb_size - sleb->endpt; in replay_bud()
1116 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb()
1118 c->lhead_offs = sleb->endpt; in replay_log_leb()
1121 err = !sleb->endpt; in replay_log_leb()
H A Dscan.c169 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
H A Dorphan.c797 if (sleb->endpt) { in kill_orphans()
799 c->ohead_offs = sleb->endpt; in kill_orphans()
H A Dlprops.c1143 free = c->leb_size - sleb->endpt; in scan_check_cb()
1144 dirty = sleb->endpt - used; in scan_check_cb()
H A Dubifs.h316 * @endpt: end point (and therefore the start of empty space)
323 int endpt; member
428 * @endpt: offset where recovery ended
437 int endpt; member
H A Ddebug.c852 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/kernel/linux/linux-6.6/fs/ubifs/
H A Drecovery.c494 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
502 endpt = snod->offs + snod->len; in fix_unclean_leb()
509 dbg_rcvry("need to fix LEB %d start %d endpt %d", in fix_unclean_leb()
510 lnum, start, sleb->endpt); in fix_unclean_leb()
515 ucleb->endpt = endpt; in fix_unclean_leb()
521 dbg_rcvry("fixing LEB %d start %d endpt %d", 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, in fix_unclean_leb()
[all...]
H A Dreplay.c710 * sleb->endpt', and the space in the 'lnum' LEB between 'offs' and in replay_bud()
711 * 'sleb->endpt' is used by bud data. We have to correctly calculate in replay_bud()
819 ubifs_assert(c, sleb->endpt - offs >= used); in replay_bud()
820 ubifs_assert(c, sleb->endpt % c->min_io_size == 0); in replay_bud()
822 b->dirty = sleb->endpt - offs - used; in replay_bud()
823 b->free = c->leb_size - sleb->endpt; in replay_bud()
1116 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb()
1118 c->lhead_offs = sleb->endpt; in replay_log_leb()
1121 err = !sleb->endpt; in replay_log_leb()
H A Dscan.c169 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
H A Dorphan.c797 if (sleb->endpt) { in kill_orphans()
799 c->ohead_offs = sleb->endpt; in kill_orphans()
H A Dlprops.c1143 free = c->leb_size - sleb->endpt; in scan_check_cb()
1144 dirty = sleb->endpt - used; in scan_check_cb()
H A Dubifs.h325 * @endpt: end point (and therefore the start of empty space)
332 int endpt; member
437 * @endpt: offset where recovery ended
446 int endpt; member
H A Ddebug.c852 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dscif_ioctl.h88 * @endpt: new connected endpoint descriptor
93 __u64 endpt; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dscif_ioctl.h88 * @endpt: new connected endpoint descriptor
93 __u64 endpt; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dscif_ioctl.h20 __u64 endpt; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dscif_ioctl.h33 __u64 endpt; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dscif_ioctl.h33 __u64 endpt; member
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddevio.c847 struct usb_endpoint_descriptor *endpt; in findintfep() local
858 endpt = &alts->endpoint[e].desc; in findintfep()
859 if (endpt->bEndpointAddress == ep) in findintfep()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddevio.c858 struct usb_endpoint_descriptor *endpt; in findintfep() local
869 endpt = &alts->endpoint[e].desc; in findintfep()
870 if (endpt->bEndpointAddress == ep) in findintfep()

Completed in 38 milliseconds