Home
last modified time | relevance | path

Searched refs:copied (Results 1 – 18 of 18) sorted by relevance

/include/linux/
A Duio.h235 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 Dkfifo.h673 #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 Dbuffer_head.h265 int block_write_end(loff_t pos, unsigned len, unsigned copied, struct folio *);
267 loff_t, unsigned len, unsigned copied,
A Dvirtio_vsock.h245 size_t target, ssize_t copied, bool data_read,
A Diomap.h150 void (*put_folio)(struct inode *inode, loff_t pos, unsigned copied,
A Dskbuff.h436 #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 Dnfs_xdr.h1604 size_t copied; member
A Dfs.h453 loff_t pos, unsigned len, unsigned copied,
/include/scsi/
A Dlibiscsi_tcp.h25 unsigned int copied; member
96 unsigned copied);
/include/linux/sunrpc/
A Drpc_pipe_fs.h31 size_t copied; member
97 return (msg->copied != 0 && list_empty(&msg->list)); in rpc_msg_is_inflight()
A Dxprtsock.h42 unsigned long copied; member
A Dbc_xprt.h22 void xprt_complete_bc_request(struct rpc_rqst *req, uint32_t copied);
A Dxprt.h436 void xprt_complete_rqst(struct rpc_task *task, int copied);
/include/trace/events/
A Dsunrpc.h735 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 Dext4.h391 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 Dtcp.h216 __field(__u32, copied)
240 __entry->copied = tp->copied_seq - tp->rcvq_space.seq;
269 __entry->time, __entry->rtt_us, __entry->copied,
A Df2fs.h1281 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 Dtcp.h335 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

Completed in 68 milliseconds