Home
last modified time | relevance | path

Searched refs:filemap_splice_read (Results 1 – 16 of 16) sorted by relevance

/linux/fs/ramfs/
H A Dfile-mmu.c46 .splice_read = filemap_splice_read,
/linux/fs/romfs/
H A Dmmap-nommu.c81 .splice_read = filemap_splice_read,
/linux/fs/bfs/
H A Dfile.c31 .splice_read = filemap_splice_read,
/linux/fs/erofs/
H A Dishare.c179 .splice_read = filemap_splice_read,
/linux/fs/hpfs/
H A Dfile.c265 .splice_read = filemap_splice_read,
/linux/fs/vboxsf/
H A Dfile.c220 .splice_read = filemap_splice_read,
/linux/fs/smb/client/
H A Dcifsfs.c1572 .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 Dfile.c354 ret = filemap_splice_read(in, ppos, pipe, len, flags); in orangefs_file_splice_read()
/linux/fs/squashfs/
H A Dfile.c779 .splice_read = filemap_splice_read,
/linux/block/
H A Dfops.c965 .splice_read = filemap_splice_read,
/linux/fs/hostfs/
H A Dhostfs_kern.c381 .splice_read = filemap_splice_read,
/linux/fs/ocfs2/
H A Dfile.c2645 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 Dfile.c690 return filemap_splice_read(in, ppos, pipe, len, flags); in ntfs_file_splice_read()
/linux/mm/
H A Dfilemap.c3054 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 Dfile.c1867 return filemap_splice_read(in, ppos, pipe, len, flags); in fuse_splice_read()
/linux/fs/ceph/
H A Dfile.c2365 ret = filemap_splice_read(in, ppos, pipe, len, flags); in ceph_splice_read()