| /include/linux/ |
| A D | uio.h | 235 size_t copied = copy_to_iter(addr, bytes, i); in copy_to_iter_full() local 236 if (likely(copied == bytes)) in copy_to_iter_full() 238 iov_iter_revert(i, copied); in copy_to_iter_full() 245 size_t copied = copy_from_iter(addr, bytes, i); in copy_from_iter_full() local 246 if (likely(copied == bytes)) in copy_from_iter_full() 248 iov_iter_revert(i, copied); in copy_from_iter_full() 263 size_t copied = copy_from_iter_nocache(addr, bytes, i); in copy_from_iter_full_nocache() local 264 if (likely(copied == bytes)) in copy_from_iter_full_nocache() 266 iov_iter_revert(i, copied); in copy_from_iter_full_nocache()
|
| A D | kfifo.h | 673 #define kfifo_from_user(fifo, from, len, copied) \ argument 679 unsigned int *__copied = (copied); \ 701 #define kfifo_to_user(fifo, to, len, copied) \ argument 707 unsigned int *__copied = (copied); \ 917 const void __user *from, unsigned long len, unsigned int *copied); 920 void __user *to, unsigned long len, unsigned int *copied); 941 const void __user *from, unsigned long len, unsigned int *copied, 945 unsigned long len, unsigned int *copied, size_t recsize);
|
| A D | buffer_head.h | 265 int block_write_end(loff_t pos, unsigned len, unsigned copied, struct folio *); 267 loff_t, unsigned len, unsigned copied,
|
| A D | virtio_vsock.h | 245 size_t target, ssize_t copied, bool data_read,
|
| A D | iomap.h | 150 void (*put_folio)(struct inode *inode, loff_t pos, unsigned copied,
|
| A D | skbuff.h | 436 #define skb_frag_foreach_page(f, f_off, f_len, p, p_off, p_len, copied) \ argument 441 copied = 0; \ 442 copied < f_len; \ 443 copied += p_len, p++, p_off = 0, \ 444 p_len = min_t(u32, f_len - copied, PAGE_SIZE)) \
|
| A D | nfs_xdr.h | 1604 size_t copied; member
|
| A D | fs.h | 453 loff_t pos, unsigned len, unsigned copied,
|
| /include/scsi/ |
| A D | libiscsi_tcp.h | 25 unsigned int copied; member 96 unsigned copied);
|
| /include/linux/sunrpc/ |
| A D | rpc_pipe_fs.h | 31 size_t copied; member 97 return (msg->copied != 0 && list_empty(&msg->list)); in rpc_msg_is_inflight()
|
| A D | xprtsock.h | 42 unsigned long copied; member
|
| A D | bc_xprt.h | 22 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied);
|
| A D | xprt.h | 436 void xprt_complete_rqst(struct rpc_task *task, int copied);
|
| /include/trace/events/ |
| A D | sunrpc.h | 735 unsigned int copied 738 TP_ARGS(xdr, offset, copied), 745 __field(unsigned int, copied) 768 __entry->copied = copied; 781 __entry->offset, __entry->copied, 1354 __field(unsigned long, copied) 1363 __entry->copied = xs->recv.copied; 1370 __entry->copied, __entry->reclen, __entry->offset)
|
| A D | ext4.h | 391 unsigned int copied), 393 TP_ARGS(inode, pos, len, copied), 400 __field( unsigned int, copied ) 408 __entry->copied = copied; 414 __entry->pos, __entry->len, __entry->copied) 420 unsigned int copied), 422 TP_ARGS(inode, pos, len, copied) 428 unsigned int copied), 430 TP_ARGS(inode, pos, len, copied) 436 unsigned int copied), [all …]
|
| A D | tcp.h | 216 __field(__u32, copied) 240 __entry->copied = tp->copied_seq - tp->rcvq_space.seq; 269 __entry->time, __entry->rtt_us, __entry->copied,
|
| A D | f2fs.h | 1281 unsigned int copied), 1283 TP_ARGS(inode, pos, len, copied), 1290 __field(unsigned int, copied) 1298 __entry->copied = copied; 1305 __entry->copied)
|
| /include/net/ |
| A D | tcp.h | 335 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, 1660 void tcp_cleanup_rbuf(struct sock *sk, int copied); 1661 void __tcp_cleanup_rbuf(struct sock *sk, int copied); 1971 int copied; /* queued in tcp_connect() */ member
|