Searched refs:copied (Results 251 - 275 of 276) sorted by relevance

<<1112

/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c513 int copied; local
526 copied = tty_insert_flip_string(tty,
528 if (copied != count) {
/linux-master/fs/ntfs3/
H A Dinode.c951 u32 len, u32 copied, struct page *page, void *fsdata)
977 err = copied;
982 err = generic_write_end(file, mapping, pos, len, copied, page,
950 ntfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, u32 len, u32 copied, struct page *page, void *fsdata) argument
H A Dntfs_fs.h714 u32 len, u32 copied, struct page *page, void *fsdata);
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c639 goto copied;
667 copied:
/linux-master/net/vmw_vsock/
H A Dvmci_transport.c1932 ssize_t copied,
1937 &vsk->sk, target, copied, data_read,
1929 vmci_transport_notify_recv_post_dequeue( struct vsock_sock *vsk, size_t target, ssize_t copied, bool data_read, struct vsock_transport_recv_notify_data *data) argument
H A Dvirtio_transport_common.c967 size_t target, ssize_t copied, bool data_read,
966 virtio_transport_notify_recv_post_dequeue(struct vsock_sock *vsk, size_t target, ssize_t copied, bool data_read, struct vsock_transport_recv_notify_data *data) argument
/linux-master/fs/fat/
H A Dinode.c239 loff_t pos, unsigned len, unsigned copied,
244 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);
238 fat_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) argument
/linux-master/fs/f2fs/
H A Dcompress.c1167 pgoff_t index, unsigned copied)
1178 if (copied)
1166 f2fs_compress_write_end(struct inode *inode, void *fsdata, pgoff_t index, unsigned copied) argument
/linux-master/arch/mips/lib/
H A Dcsum_partial.S590 SUB t2, t2, t1 # t2 = number of bytes copied
/linux-master/fs/fuse/
H A Dfile.c1236 /* If we copied full page, mark it uptodate */
2434 loff_t pos, unsigned len, unsigned copied,
2439 /* Haven't copied anything? Skip zeroing, size extending, dirtying. */
2440 if (!copied)
2443 pos += copied;
2461 return copied;
3226 * pages (including partial ones) from the cache that have been copied,
2433 fuse_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) argument
/linux-master/net/ipv4/
H A Dtcp_input.c727 * This function should be called every time data is copied to user space.
733 u32 copied; local
743 /* Number of bytes copied to user in last RTT */
744 copied = tp->copied_seq - tp->rcvq_space.seq;
745 if (copied <= tp->rcvq_space.space)
749 * copied = bytes received in previous RTT, our base window
765 rcvwin = ((u64)copied << 1) + 16 * tp->advmss;
768 grow = rcvwin * (copied - tp->rcvq_space.space);
782 tp->rcvq_space.space = copied;
H A Dtcp_output.c1691 * data is not copied, but immediately discarded.
4022 fo->copied = space;
4040 tp->syn_data = (fo->copied > 0);
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c425 if (msg->copied == 0)
511 if (msg->copied == 0) {
/linux-master/fs/gfs2/
H A Dbmap.c984 unsigned copied, struct folio *folio)
992 copied);
983 gfs2_iomap_put_folio(struct inode *inode, loff_t pos, unsigned copied, struct folio *folio) argument
/linux-master/arch/m68k/fpsp040/
H A Dround.S496 | The LOCAL_LO and LOCAL_GRS parts of the value are copied to FP_SCR2
/linux-master/include/linux/
H A Dnfs_xdr.h1573 size_t copied; member in struct:nfs42_listxattrsres
H A Dfs.h409 loff_t pos, unsigned len, unsigned copied,
956 * @ra_pages: Maximum size of a readahead request, copied from the bdi.
/linux-master/net/mptcp/
H A Dprotocol.h331 u32 space; /* bytes copied in last measurement window */
332 u32 copied; /* bytes copied in this measurement window */ member in struct:mptcp_sock::__anon3427
/linux-master/drivers/net/
H A Dtun.c1667 size_t copied; local
1683 copied = copy_page_from_iter(alloc_frag->page,
1686 if (copied != len)
1801 /* There are 256 bytes to be copied in skb, so there is
/linux-master/drivers/hid/
H A Dhid-debug.c3709 int ret = 0, copied; local
3756 ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied);
3759 ret = copied;
/linux-master/crypto/
H A Dtestmgr.c643 size_t copy_len, copied; local
646 copied = copy_from_iter(addr, copy_len, data);
647 if (WARN_ON(copied != copy_len))
2082 /* The IV must be copied to a buffer, as the algorithm may modify it */
2846 /* The IV must be copied to a buffer, as the algorithm may modify it */
/linux-master/fs/smb/client/
H A Dsmb2ops.c1804 cifs_dbg(FYI, "no bytes copied\n");
4362 size_t size = iov_iter_count(&old->rq_iter), seg, copied = 0; local
4390 seg = min_t(size_t, size - copied, PAGE_SIZE);
4395 copied += seg;
/linux-master/fs/nfs/
H A Dnfs42proc.c1349 ret = res.copied;
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1600 static void csk_return_rx_credits(struct cxgbi_sock *csk, int copied) argument
/linux-master/fs/ext4/
H A Dext4.h3559 unsigned copied, struct folio *folio);

Completed in 619 milliseconds

<<1112