Searched refs:filemap_splice_read (Results 1 – 25 of 44) sorted by relevance
12
| /linux-6.15/fs/adfs/ |
| H A D | file.c | 31 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/ufs/ |
| H A D | file.c | 44 .splice_read = filemap_splice_read,
|
| /linux-6.15/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-6.15/fs/minix/ |
| H A D | file.c | 22 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/romfs/ |
| H A D | mmap-nommu.c | 81 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/nilfs2/ |
| H A D | file.c | 151 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/jfs/ |
| H A D | file.c | 147 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/bfs/ |
| H A D | file.c | 31 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/udf/ |
| H A D | file.c | 208 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/ext2/ |
| H A D | file.c | 324 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/vboxsf/ |
| H A D | file.c | 220 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/hpfs/ |
| H A D | file.c | 261 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/jffs2/ |
| H A D | file.c | 59 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | file.c | 64 rc = filemap_splice_read(in, ppos, pipe, len, flags); in ecryptfs_splice_read_update_atime()
|
| /linux-6.15/fs/omfs/ |
| H A D | file.c | 337 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.c | 1529 .splice_read = filemap_splice_read, 1549 .splice_read = filemap_splice_read, 1587 .splice_read = filemap_splice_read, 1605 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/orangefs/ |
| H A D | file.c | 354 ret = filemap_splice_read(in, ppos, pipe, len, flags); in orangefs_file_splice_read()
|
| /linux-6.15/fs/9p/ |
| H A D | vfs_file.c | 386 return filemap_splice_read(in, ppos, pipe, len, flags); in v9fs_file_splice_read()
|
| /linux-6.15/fs/erofs/ |
| H A D | data.c | 456 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/afs/ |
| H A D | file.c | 563 ret = filemap_splice_read(in, ppos, pipe, len, flags); in afs_file_splice_read()
|
| /linux-6.15/fs/fat/ |
| H A D | file.c | 212 .splice_read = filemap_splice_read,
|
| /linux-6.15/fs/exfat/ |
| H A D | file.c | 702 return filemap_splice_read(in, ppos, pipe, len, flags); in exfat_splice_read()
|
| /linux-6.15/fs/zonefs/ |
| H A D | file.c | 703 ret = filemap_splice_read(in, ppos, pipe, len, flags); in zonefs_file_splice_read()
|
| /linux-6.15/fs/ext4/ |
| H A D | file.c | 158 return filemap_splice_read(in, ppos, pipe, len, flags); in ext4_file_splice_read()
|
12