Home
last modified time | relevance | path

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

/linux/fs/ramfs/
H A Dfile-mmu.c46 .splice_read = filemap_splice_read,
H A Dfile-nommu.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/orangefs/
H A Dfile.c354 ret = filemap_splice_read(in, ppos, pipe, len, flags); in orangefs_file_splice_read()
/linux/fs/afs/
H A Dfile.c593 ret = filemap_splice_read(in, ppos, pipe, len, flags); in afs_file_splice_read()
/linux/fs/erofs/
H A Ddata.c532 .splice_read = filemap_splice_read,
/linux/fs/squashfs/
H A Dfile.c779 .splice_read = filemap_splice_read,
/linux/fs/ext4/
H A Dfile.c160 return filemap_splice_read(in, ppos, pipe, len, flags); in ext4_file_splice_read()
/linux/fs/nfs/
H A Dfile.c210 result = filemap_splice_read(in, ppos, pipe, len, flags); in nfs_file_splice_read()
/linux/block/
H A Dfops.c942 .splice_read = filemap_splice_read,
/linux/fs/ntfs/
H A Dfile.c783 return filemap_splice_read(in, ppos, pipe, len, flags); in ntfs_file_splice_read()
/linux/fs/ntfs3/
H A Dfile.c939 return filemap_splice_read(file, ppos, pipe, len, flags); in ntfs_file_splice_read()
/linux/mm/
H A Dfilemap.c3072 ssize_t filemap_splice_read(struct file *in, loff_t *ppos, in filemap_splice_read() function
3163 EXPORT_SYMBOL(filemap_splice_read);
/linux/fs/xfs/
H A Dxfs_file.c357 ret = filemap_splice_read(in, ppos, pipe, len, flags); in xfs_file_splice_read()
/linux/include/linux/
H A Dfs.h3104 ssize_t filemap_splice_read(struct file *in, loff_t *ppos,
/linux/fs/fuse/
H A Dfile.c1881 return filemap_splice_read(in, ppos, pipe, len, flags); in fuse_splice_read()
/linux/fs/ceph/
H A Dfile.c2371 ret = filemap_splice_read(in, ppos, pipe, len, flags); in ceph_splice_read()
/linux/fs/btrfs/
H A Dfile.c3816 return filemap_splice_read(in, ppos, pipe, len, flags); in btrfs_file_splice_read()
/linux/fs/f2fs/
H A Dfile.c5321 ret = filemap_splice_read(in, ppos, pipe, len, flags); in f2fs_file_splice_read()