Searched refs:filemap_splice_read (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/ramfs/ |
| H A D | file-mmu.c | 46 .splice_read = filemap_splice_read,
|
| /linux/fs/romfs/ |
| H A D | mmap-nommu.c | 81 .splice_read = filemap_splice_read,
|
| /linux/fs/bfs/ |
| H A D | file.c | 31 .splice_read = filemap_splice_read,
|
| /linux/fs/erofs/ |
| H A D | ishare.c | 179 .splice_read = filemap_splice_read,
|
| /linux/fs/hpfs/ |
| H A D | file.c | 265 .splice_read = filemap_splice_read,
|
| /linux/fs/vboxsf/ |
| H A D | file.c | 220 .splice_read = filemap_splice_read,
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1572 .splice_read = filemap_splice_read, 1592 .splice_read = filemap_splice_read, 1630 .splice_read = filemap_splice_read, 1648 .splice_read = filemap_splice_read,
|
| /linux/fs/orangefs/ |
| H A D | file.c | 354 ret = filemap_splice_read(in, ppos, pipe, len, flags); in orangefs_file_splice_read()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 779 .splice_read = filemap_splice_read,
|
| /linux/block/ |
| H A D | fops.c | 965 .splice_read = filemap_splice_read,
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 381 .splice_read = filemap_splice_read,
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2645 ret = filemap_splice_read(in, ppos, pipe, len, flags); in ocfs2_file_splice_read() 2873 .splice_read = filemap_splice_read,
|
| /linux/fs/ntfs/ |
| H A D | file.c | 690 return filemap_splice_read(in, ppos, pipe, len, flags); in ntfs_file_splice_read()
|
| /linux/mm/ |
| H A D | filemap.c | 3054 ssize_t filemap_splice_read(struct file *in, loff_t *ppos, in filemap_splice_read() function 3145 EXPORT_SYMBOL(filemap_splice_read);
|
| /linux/fs/fuse/ |
| H A D | file.c | 1867 return filemap_splice_read(in, ppos, pipe, len, flags); in fuse_splice_read()
|
| /linux/fs/ceph/ |
| H A D | file.c | 2365 ret = filemap_splice_read(in, ppos, pipe, len, flags); in ceph_splice_read()
|