Searched refs:filemap_splice_read (Results 1 – 25 of 46) sorted by relevance
12
/openbmc/linux/fs/ufs/ |
H A D | file.c | 44 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/adfs/ |
H A D | file.c | 31 .splice_read = filemap_splice_read,
|
/openbmc/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,
|
/openbmc/linux/fs/minix/ |
H A D | file.c | 22 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/sysv/ |
H A D | file.c | 29 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/romfs/ |
H A D | mmap-nommu.c | 81 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/nilfs2/ |
H A D | file.c | 149 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/jfs/ |
H A D | file.c | 147 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/bfs/ |
H A D | file.c | 30 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/reiserfs/ |
H A D | file.c | 250 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/udf/ |
H A D | file.c | 208 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/ext2/ |
H A D | file.c | 318 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/hpfs/ |
H A D | file.c | 262 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/vboxsf/ |
H A D | file.c | 220 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/exfat/ |
H A D | file.c | 392 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/ecryptfs/ |
H A D | file.c | 64 rc = filemap_splice_read(in, ppos, pipe, len, flags); in ecryptfs_splice_read_update_atime()
|
/openbmc/linux/fs/omfs/ |
H A D | file.c | 337 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/jffs2/ |
H A D | file.c | 59 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 1539 .splice_read = filemap_splice_read, 1559 .splice_read = filemap_splice_read, 1597 .splice_read = filemap_splice_read, 1615 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/orangefs/ |
H A D | file.c | 354 ret = filemap_splice_read(in, ppos, pipe, len, flags); in orangefs_file_splice_read()
|
/openbmc/linux/fs/erofs/ |
H A D | data.c | 453 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/fat/ |
H A D | file.c | 212 .splice_read = filemap_splice_read,
|
/openbmc/linux/fs/9p/ |
H A D | vfs_file.c | 396 return filemap_splice_read(in, ppos, pipe, len, flags); in v9fs_file_splice_read()
|
/openbmc/linux/fs/afs/ |
H A D | file.c | 610 return filemap_splice_read(in, ppos, pipe, len, flags); in afs_file_splice_read()
|
12