/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_itable.h | 14 unsigned int ocount; /* number of records returned */ member 33 breq->ocount++; in xfs_ibulk_advance() 34 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
H A D | xfs_ioctl32.c | 220 .ocount = 0, in xfs_compat_ioc_fsbulkstat() 265 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_fsbulkstat() 267 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat() 315 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat() 316 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_itable.c | 262 if (breq->ocount > 0) in xfs_bulkstat() 380 if (breq->ocount > 0) in xfs_inumbers()
|
H A D | xfs_ioctl32.h | 70 compat_uptr_t ocount; /* output count pointer */ member
|
H A D | xfs_ioctl.c | 745 .ocount = 0, in xfs_ioc_fsbulkstat() 806 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 807 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 845 breq->ocount = 0; in xfs_bulk_ireq_setup() 906 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_itable.h | 15 unsigned int ocount; /* number of records returned */ member 37 breq->ocount++; in xfs_ibulk_advance() 38 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
H A D | xfs_ioctl32.c | 208 .ocount = 0, in xfs_compat_ioc_fsbulkstat() 253 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_fsbulkstat() 255 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat() 303 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat() 304 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()
|
H A D | xfs_ioctl32.h | 68 compat_uptr_t ocount; /* output count pointer */ member
|
H A D | xfs_ioctl.c | 669 .ocount = 0, in xfs_ioc_fsbulkstat() 730 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 731 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 769 breq->ocount = 0; in xfs_bulk_ireq_setup() 833 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 722 int ocount, res; in nsp_pio_read() local 725 ocount = data->FifoCount; in nsp_pio_read() 727 nsp_dbg(NSP_DEBUG_DATA_IO, "in SCpnt=0x%p resid=%d ocount=%d ptr=0x%p this_residual=%d buffers=0x%p nbuf=%d", in nsp_pio_read() 728 SCpnt, scsi_get_resid(SCpnt), ocount, scsi_pointer->ptr, in nsp_pio_read() 742 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 743 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this=0x%x ocount=0x%x res=0x%x", scsi_pointer->ptr, scsi_pointer->this_residual, ocount, res); in nsp_pio_read() 785 ocount += res; in nsp_pio_read() 786 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this_residual=0x%x ocount=0x%x", scsi_pointer->ptr, scsi_pointer->this_residual, ocount); in nsp_pio_read() 825 int ocount, res; nsp_pio_write() local [all...] |
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 85 int ocount; /* Number of enqueued messages */ member 102 if (!dev->olen || !dev->ocount) in diolan_usb_transfer() 110 for (i = 0; i < dev->ocount; i++) { in diolan_usb_transfer() 152 dev->ocount = 0; in diolan_usb_transfer() 167 dev->ocount++; in diolan_usb_cmd() 177 dev->ocount++; in diolan_usb_cmd_data() 188 dev->ocount++; in diolan_usb_cmd_data2()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 85 int ocount; /* Number of enqueued messages */ member 102 if (!dev->olen || !dev->ocount) in diolan_usb_transfer() 110 for (i = 0; i < dev->ocount; i++) { in diolan_usb_transfer() 152 dev->ocount = 0; in diolan_usb_transfer() 167 dev->ocount++; in diolan_usb_cmd() 177 dev->ocount++; in diolan_usb_cmd_data() 188 dev->ocount++; in diolan_usb_cmd_data2()
|
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 722 int ocount, res; in nsp_pio_read() local 725 ocount = data->FifoCount; in nsp_pio_read() 727 nsp_dbg(NSP_DEBUG_DATA_IO, "in SCpnt=0x%p resid=%d ocount=%d ptr=0x%p this_residual=%d buffers=0x%p nbuf=%d", in nsp_pio_read() 728 SCpnt, scsi_get_resid(SCpnt), ocount, SCpnt->SCp.ptr, in nsp_pio_read() 741 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 742 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this=0x%x ocount=0x%x res=0x%x", SCpnt->SCp.ptr, SCpnt->SCp.this_residual, ocount, res); in nsp_pio_read() 783 ocount += res; in nsp_pio_read() 784 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this_residual=0x%x ocount=0x%x", SCpnt->SCp.ptr, SCpnt->SCp.this_residual, ocount); in nsp_pio_read() 821 int ocount, res; nsp_pio_write() local [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | mroute6.h | 70 unsigned long ocount; member
|
H A D | mroute.h | 73 unsigned long ocount; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | mroute.h | 104 unsigned long ocount; /* Out packets */ member
|
H A D | mroute6.h | 114 unsigned long ocount; /* Out packets */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | mroute.h | 104 unsigned long ocount; /* Out packets */ member
|
H A D | mroute6.h | 114 unsigned long ocount; /* Out packets */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | mroute.h | 91 unsigned long ocount; member
|
H A D | mroute6.h | 88 unsigned long ocount; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | mroute6.h | 88 unsigned long ocount; member
|
H A D | mroute.h | 91 unsigned long ocount; member
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 436 __s32 __user *ocount; /* output count pointer */ member 465 uint32_t ocount; /* O: count of entries filled out */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 428 __s32 __user *ocount; /* output count pointer */ member 457 uint32_t ocount; /* O: count of entries filled out */ member
|