Searched refs:vfs_splice_read (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | splice.h | 80 long vfs_splice_read(struct file *in, loff_t *ppos,
|
/kernel/linux/linux-6.6/fs/ |
H A D | splice.c | 948 * vfs_splice_read - Read data from a file and splice it into a pipe 962 long vfs_splice_read(struct file *in, loff_t *ppos, in vfs_splice_read() function 995 EXPORT_SYMBOL_GPL(vfs_splice_read); variable 1069 ret = vfs_splice_read(in, &pos, pipe, len, flags); in splice_direct_to_actor() 1233 ret = vfs_splice_read(in, offset, opipe, len, flags); in splice_file_to_pipe()
|
/kernel/linux/linux-6.6/fs/coda/ |
H A D | file.c | 115 ret = vfs_splice_read(in, ppos, pipe, len, flags); in coda_file_splice_read()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | file.c | 450 ret = vfs_splice_read(real.file, ppos, pipe, len, flags); in ovl_splice_read()
|
Completed in 4 milliseconds