Searched refs:recsize (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/ |
| A D | kfifo.c | 402 if (--recsize) in __kfifo_peek_n() 424 if (recsize > 1) in __kfifo_poke_n() 435 unsigned int len, size_t recsize) in __kfifo_in_r() argument 443 fifo->in += len + recsize; in __kfifo_in_r() 479 *tail = fifo->out + recsize; in __kfifo_out_linear_r() 494 fifo->out += n + recsize; in __kfifo_out_r() 504 fifo->out += n + recsize; in __kfifo_skip_r() 527 fifo->in += len + recsize; in __kfifo_from_user_r() 552 fifo->out += n + recsize; in __kfifo_to_user_r() 573 unsigned int len, size_t recsize) in __kfifo_dma_in_finish_r() argument [all …]
|
| /linux/include/linux/ |
| A D | kfifo.h | 63 char (*rectype)[recsize]; \ 68 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 70 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ 77 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 79 __STRUCT_KFIFO_COMMON(type, recsize, ptrtype); \ 936 const void *buf, unsigned int len, size_t recsize); 939 void *buf, unsigned int len, size_t recsize); 943 size_t recsize); 953 unsigned int len, size_t recsize); 964 void *buf, unsigned int len, size_t recsize); [all …]
|
| /linux/fs/xfs/ |
| A D | xfs_ioctl.c | 802 size_t recsize) in xfs_getbmap_format() argument 810 if (recsize < sizeof(struct getbmapx)) in xfs_getbmap_format() 828 size_t recsize; in xfs_ioc_getbmap() local 837 recsize = sizeof(struct getbmap); in xfs_ioc_getbmap() 840 recsize = sizeof(struct getbmapx); in xfs_ioc_getbmap() 846 if (copy_from_user(&bmx, arg, recsize)) in xfs_ioc_getbmap() 851 if (bmx.bmv_count >= INT_MAX / recsize) in xfs_ioc_getbmap() 863 if (copy_to_user(arg, &bmx, recsize)) in xfs_ioc_getbmap() 865 arg += recsize; in xfs_ioc_getbmap() 868 if (!xfs_getbmap_format(buf + i, arg, recsize)) in xfs_ioc_getbmap() [all …]
|
Completed in 9 milliseconds