Searched refs:filemap_splice_read (Results 1 – 25 of 40) sorted by relevance
12
/linux/fs/adfs/ |
H A D | file.c | 31 .splice_read = filemap_splice_read,
|
/linux/fs/sysv/ |
H A D | file.c | 29 .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/nilfs2/ |
H A D | file.c | 151 .splice_read = filemap_splice_read,
|
/linux/fs/jfs/ |
H A D | file.c | 147 .splice_read = filemap_splice_read,
|
/linux/fs/bfs/ |
H A D | file.c | 31 .splice_read = filemap_splice_read,
|
/linux/fs/ramfs/ |
H A D | file-nommu.c | 46 .splice_read = filemap_splice_read,
|
/linux/fs/udf/ |
H A D | file.c | 208 .splice_read = filemap_splice_read,
|
/linux/fs/hpfs/ |
H A D | file.c | 261 .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 | 1519 .splice_read = filemap_splice_read, 1539 .splice_read = filemap_splice_read, 1577 .splice_read = filemap_splice_read, 1595 .splice_read = filemap_splice_read,
|
/linux/fs/ecryptfs/ |
H A D | file.c | 64 rc = filemap_splice_read(in, ppos, pipe, len, flags); in ecryptfs_splice_read_update_atime()
|
/linux/fs/omfs/ |
H A D | file.c | 337 .splice_read = filemap_splice_read,
|
/linux/fs/jffs2/ |
H A D | file.c | 59 .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/9p/ |
H A D | vfs_file.c | 386 return filemap_splice_read(in, ppos, pipe, len, flags); in v9fs_file_splice_read()
|
/linux/fs/fat/ |
H A D | file.c | 212 .splice_read = filemap_splice_read,
|
/linux/fs/afs/ |
H A D | file.c | 527 ret = filemap_splice_read(in, ppos, pipe, len, flags); in afs_file_splice_read()
|
/linux/fs/erofs/ |
H A D | data.c | 476 .splice_read = filemap_splice_read,
|
/linux/fs/exfat/ |
H A D | file.c | 684 .splice_read = filemap_splice_read,
|
/linux/fs/zonefs/ |
H A D | file.c | 703 ret = filemap_splice_read(in, ppos, pipe, len, flags); in zonefs_file_splice_read()
|
/linux/fs/hfsplus/ |
H A D | inode.c | 370 .splice_read = filemap_splice_read,
|
/linux/fs/nfs/ |
H A D | file.c | 199 result = filemap_splice_read(in, ppos, pipe, len, flags); in nfs_file_splice_read()
|
/linux/fs/ext4/ |
H A D | file.c | 158 return filemap_splice_read(in, ppos, pipe, len, flags); in ext4_file_splice_read()
|
12