Searched refs:filemap_splice_read (Results 1 – 25 of 31) sorted by relevance
12
| /linux/fs/adfs/ |
| H A D | file.c | 31 .splice_read = filemap_splice_read,
|
| /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/minix/ |
| H A D | file.c | 22 .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 | 171 .splice_read = filemap_splice_read,
|
| H A D | data.c | 520 .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 | 1605 .splice_read = filemap_splice_read, 1625 .splice_read = filemap_splice_read, 1663 .splice_read = filemap_splice_read, 1681 .splice_read = filemap_splice_read,
|
| /linux/fs/omfs/ |
| H A D | file.c | 338 .splice_read = filemap_splice_read,
|
| /linux/fs/ecryptfs/ |
| H A D | file.c | 62 rc = filemap_splice_read(in, ppos, pipe, len, flags); in ecryptfs_splice_read_update_atime()
|
| /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 | 563 ret = filemap_splice_read(in, ppos, pipe, len, flags); in afs_file_splice_read()
|
| /linux/fs/zonefs/ |
| H A D | file.c | 717 ret = filemap_splice_read(in, ppos, pipe, len, flags); in zonefs_file_splice_read()
|
| /linux/fs/squashfs/ |
| H A D | file.c | 779 .splice_read = filemap_splice_read,
|
| /linux/fs/nfs/ |
| H A D | file.c | 203 result = filemap_splice_read(in, ppos, pipe, len, flags); in nfs_file_splice_read()
|
| /linux/fs/ext4/ |
| H A D | file.c | 159 return filemap_splice_read(in, ppos, pipe, len, flags); in ext4_file_splice_read()
|
| /linux/fs/cramfs/ |
| H A D | inode.c | 486 .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/ubifs/ |
| H A D | file.c | 1660 .splice_read = filemap_splice_read,
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 931 return filemap_splice_read(in, ppos, pipe, len, flags); in ntfs_file_splice_read()
|
12