Searched refs:splice_read (Results 1 – 25 of 80) sorted by relevance
1234
/openbmc/linux/tools/testing/selftests/splice/ |
H A D | .gitignore | 3 splice_read
|
H A D | Makefile | 3 TEST_GEN_PROGS_EXTENDED := default_file_splice_read splice_read
|
H A D | short_splice_read.sh | 78 out=$("$DIR"/splice_read "$filename" "$bytes" | cat)
|
/openbmc/linux/fs/ufs/ |
H A D | file.c | 44 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/adfs/ |
H A D | file.c | 31 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/ramfs/ |
H A D | file-mmu.c | 46 .splice_read = filemap_splice_read,
|
H A D | file-nommu.c | 46 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/ |
H A D | proc_namespace.c | 327 .splice_read = copy_splice_read, 336 .splice_read = copy_splice_read, 345 .splice_read = copy_splice_read,
|
/openbmc/linux/fs/minix/ |
H A D | file.c | 22 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/sysv/ |
H A D | file.c | 29 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/romfs/ |
H A D | mmap-nommu.c | 81 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/nilfs2/ |
H A D | file.c | 149 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/jfs/ |
H A D | file.c | 147 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/bfs/ |
H A D | file.c | 30 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 1540 .splice_read = filemap_splice_read, 1560 .splice_read = filemap_splice_read, 1580 .splice_read = copy_splice_read, 1598 .splice_read = filemap_splice_read, 1616 .splice_read = filemap_splice_read, 1634 .splice_read = copy_splice_read,
|
/openbmc/linux/fs/9p/ |
H A D | vfs_file.c | 591 .splice_read = v9fs_file_splice_read, 606 .splice_read = v9fs_file_splice_read,
|
/openbmc/linux/fs/reiserfs/ |
H A D | file.c | 250 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/udf/ |
H A D | file.c | 208 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/proc/ |
H A D | inode.c | 594 .splice_read = copy_splice_read, 620 .splice_read = copy_splice_read,
|
/openbmc/linux/fs/ext2/ |
H A D | file.c | 318 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/hpfs/ |
H A D | file.c | 262 .splice_read = filemap_splice_read,
|
/openbmc/linux/include/linux/ |
H A D | net.h | 210 ssize_t (*splice_read)(struct socket *sock, loff_t *ppos, member
|
/openbmc/linux/fs/vboxsf/ |
H A D | file.c | 220 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/omfs/ |
H A D | file.c | 337 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/ecryptfs/ |
H A D | file.c | 442 .splice_read = ecryptfs_splice_read_update_atime,
|
1234