| /include/linux/ |
| D | uio.h | 226 size_t copied = copy_to_iter(addr, bytes, i); in copy_to_iter_full() local 227 if (likely(copied == bytes)) in copy_to_iter_full() 229 iov_iter_revert(i, copied); in copy_to_iter_full() 236 size_t copied = copy_from_iter(addr, bytes, i); in copy_from_iter_full() local 237 if (likely(copied == bytes)) in copy_from_iter_full() 239 iov_iter_revert(i, copied); in copy_from_iter_full() 254 size_t copied = copy_from_iter_nocache(addr, bytes, i); in copy_from_iter_full_nocache() local 255 if (likely(copied == bytes)) in copy_from_iter_full_nocache() 257 iov_iter_revert(i, copied); in copy_from_iter_full_nocache()
|
| 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);
|
| D | buffer_head.h | 266 loff_t, unsigned len, unsigned copied, 269 loff_t, unsigned len, unsigned copied,
|
| D | virtio_vsock.h | 245 size_t target, ssize_t copied, bool data_read,
|
| D | iomap.h | 147 void (*put_folio)(struct inode *inode, loff_t pos, unsigned copied,
|
| D | skbuff.h | 438 #define skb_frag_foreach_page(f, f_off, f_len, p, p_off, p_len, copied) \ argument 443 copied = 0; \ 444 copied < f_len; \ 445 copied += p_len, p++, p_off = 0, \ 446 p_len = min_t(u32, f_len - copied, PAGE_SIZE)) \
|
| D | nfs_xdr.h | 1605 size_t copied; member
|
| D | fs.h | 415 loff_t pos, unsigned len, unsigned copied,
|
| /include/scsi/ |
| D | libiscsi_tcp.h | 26 unsigned int copied; member 97 unsigned copied);
|
| /include/linux/sunrpc/ |
| D | rpc_pipe_fs.h | 31 size_t copied; member 97 return (msg->copied != 0 && list_empty(&msg->list)); in rpc_msg_is_inflight()
|
| D | xprtsock.h | 42 unsigned long copied; member
|
| D | bc_xprt.h | 22 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied);
|
| D | xprt.h | 421 void xprt_complete_rqst(struct rpc_task *task, int copied);
|
| /include/trace/events/ |
| D | sunrpc.h | 736 unsigned int copied 739 TP_ARGS(xdr, offset, copied), 746 __field(unsigned int, copied) 769 __entry->copied = copied; 782 __entry->offset, __entry->copied, 1355 __field(unsigned long, copied) 1364 __entry->copied = xs->recv.copied; 1371 __entry->copied, __entry->reclen, __entry->offset)
|
| D | ext4.h | 393 unsigned int copied), 395 TP_ARGS(inode, pos, len, copied), 402 __field( unsigned int, copied ) 410 __entry->copied = copied; 416 __entry->pos, __entry->len, __entry->copied) 422 unsigned int copied), 424 TP_ARGS(inode, pos, len, copied) 430 unsigned int copied), 432 TP_ARGS(inode, pos, len, copied) 438 unsigned int copied), [all …]
|
| 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/ |
| D | tcp.h | 334 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied, 1605 void tcp_cleanup_rbuf(struct sock *sk, int copied); 1606 void __tcp_cleanup_rbuf(struct sock *sk, int copied); 1922 int copied; /* queued in tcp_connect() */ member
|