Home
last modified time | relevance | path

Searched refs:vfs_splice_read (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Dsplice.h80 long vfs_splice_read(struct file *in, loff_t *ppos,
/linux-6.6.21/fs/
Dsplice.c962 long vfs_splice_read(struct file *in, loff_t *ppos, in vfs_splice_read() function
995 EXPORT_SYMBOL_GPL(vfs_splice_read);
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()
/linux-6.6.21/fs/coda/
Dfile.c115 ret = vfs_splice_read(in, ppos, pipe, len, flags); in coda_file_splice_read()
/linux-6.6.21/fs/overlayfs/
Dfile.c450 ret = vfs_splice_read(real.file, ppos, pipe, len, flags); in ovl_splice_read()