Searched refs:splice_read (Results 26 - 50 of 73) sorted by relevance

123

/linux-master/include/linux/
H A Dnet.h210 ssize_t (*splice_read)(struct socket *sock, loff_t *ppos, member in struct:proto_ops
/linux-master/fs/vboxsf/
H A Dfile.c220 .splice_read = filemap_splice_read,
/linux-master/fs/orangefs/
H A Dfile.c579 .splice_read = orangefs_file_splice_read,
/linux-master/fs/nfs/
H A Dnfs4file.c458 .splice_read = nfs_file_splice_read,
H A Dfile.c188 dprintk("NFS: splice_read(%pD2, %zu@%llu)\n", in, len, *ppos);
898 .splice_read = nfs_file_splice_read,
/linux-master/fs/erofs/
H A Ddata.c451 .splice_read = filemap_splice_read,
/linux-master/net/tls/
H A Dtls_main.c834 ops[TLS_BASE][TLS_SW ].splice_read = tls_sw_splice_read;
839 ops[TLS_SW ][TLS_SW ].splice_read = tls_sw_splice_read;
/linux-master/fs/ntfs3/
H A Dfile.c1231 .splice_read = ntfs_file_splice_read,
1243 .splice_read = ntfs_file_splice_read,
/linux-master/fs/fat/
H A Dfile.c212 .splice_read = filemap_splice_read,
/linux-master/fs/overlayfs/
H A Dfile.c610 .splice_read = ovl_splice_read,
/linux-master/fs/afs/
H A Dfile.c39 .splice_read = afs_file_splice_read,
/linux-master/fs/exfat/
H A Dfile.c645 .splice_read = filemap_splice_read,
/linux-master/fs/zonefs/
H A Dfile.c857 .splice_read = zonefs_file_splice_read,
/linux-master/fs/gfs2/
H A Dfile.c1584 .splice_read = copy_splice_read,
1615 .splice_read = copy_splice_read,
/linux-master/drivers/char/
H A Drandom.c1547 .splice_read = copy_splice_read,
1558 .splice_read = copy_splice_read,
/linux-master/fs/
H A Dsplice.c373 * Callers of ->splice_read() expect -EAGAIN on "can't put anything in
977 if (unlikely(!in->f_op->splice_read))
985 return in->f_op->splice_read(in, ppos, pipe, len, flags);
/linux-master/fs/hfsplus/
H A Dinode.c371 .splice_read = filemap_splice_read,
/linux-master/fs/hfs/
H A Dinode.c692 .splice_read = filemap_splice_read,
/linux-master/fs/hostfs/
H A Dhostfs_kern.c380 .splice_read = filemap_splice_read,
/linux-master/fs/ext4/
H A Dfile.c946 .splice_read = ext4_file_splice_read,
/linux-master/block/
H A Dfops.c863 .splice_read = filemap_splice_read,
/linux-master/fs/xfs/
H A Dxfs_file.c1485 .splice_read = xfs_file_splice_read,
/linux-master/fs/cramfs/
H A Dinode.c477 .splice_read = filemap_splice_read,
/linux-master/fs/kernfs/
H A Dfile.c1001 .splice_read = copy_splice_read,
/linux-master/kernel/trace/
H A Dtrace.c897 * B) The page of the consumed events may become a page for splice_read,
5041 .splice_read = copy_splice_read,
6692 if (iter->trace->splice_read) {
6693 ret = iter->trace->splice_read(iter, filp,
7415 .splice_read = tracing_splice_read_pipe,
7481 .splice_read = tracing_buffers_splice_read,
8223 .splice_read = tracing_buffers_splice_read,

Completed in 241 milliseconds

123