Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dsplice.c959 static ssize_t do_splice_read(struct file *in, loff_t *ppos, in do_splice_read() function
1013 return do_splice_read(in, ppos, pipe, len, flags); in vfs_splice_read()
1089 ret = do_splice_read(in, &pos, pipe, len, flags); in splice_direct_to_actor()
1295 ret = do_splice_read(in, offset, opipe, len, flags); in splice_file_to_pipe()