Searched refs:filemap_splice_read (Results 1 – 20 of 20) sorted by relevance
| /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,
|
| /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/orangefs/ |
| H A D | file.c | 354 ret = filemap_splice_read(in, ppos, pipe, len, flags); in orangefs_file_splice_read()
|
| /linux/fs/afs/ |
| H A D | file.c | 593 ret = filemap_splice_read(in, ppos, pipe, len, flags); in afs_file_splice_read()
|
| /linux/fs/erofs/ |
| H A D | data.c | 532 .splice_read = filemap_splice_read,
|
| /linux/fs/squashfs/ |
| H A D | file.c | 779 .splice_read = filemap_splice_read,
|
| /linux/fs/ext4/ |
| H A D | file.c | 160 return filemap_splice_read(in, ppos, pipe, len, flags); in ext4_file_splice_read()
|
| /linux/fs/nfs/ |
| H A D | file.c | 210 result = filemap_splice_read(in, ppos, pipe, len, flags); in nfs_file_splice_read()
|
| /linux/block/ |
| H A D | fops.c | 942 .splice_read = filemap_splice_read,
|
| /linux/fs/ntfs/ |
| H A D | file.c | 783 return filemap_splice_read(in, ppos, pipe, len, flags); in ntfs_file_splice_read()
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 939 return filemap_splice_read(file, ppos, pipe, len, flags); in ntfs_file_splice_read()
|
| /linux/mm/ |
| H A D | filemap.c | 3072 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 D | xfs_file.c | 357 ret = filemap_splice_read(in, ppos, pipe, len, flags); in xfs_file_splice_read()
|
| /linux/include/linux/ |
| H A D | fs.h | 3104 ssize_t filemap_splice_read(struct file *in, loff_t *ppos,
|
| /linux/fs/fuse/ |
| H A D | file.c | 1881 return filemap_splice_read(in, ppos, pipe, len, flags); in fuse_splice_read()
|
| /linux/fs/ceph/ |
| H A D | file.c | 2371 ret = filemap_splice_read(in, ppos, pipe, len, flags); in ceph_splice_read()
|
| /linux/fs/btrfs/ |
| H A D | file.c | 3816 return filemap_splice_read(in, ppos, pipe, len, flags); in btrfs_file_splice_read()
|
| /linux/fs/f2fs/ |
| H A D | file.c | 5321 ret = filemap_splice_read(in, ppos, pipe, len, flags); in f2fs_file_splice_read()
|