Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dinternal.h238 long splice_file_to_pipe(struct file *in,
Dsplice.c1223 long splice_file_to_pipe(struct file *in, in splice_file_to_pipe() function
1313 ret = splice_file_to_pipe(in, opipe, &offset, len, flags); in do_splice()
Dread_write.c1261 retval = splice_file_to_pipe(in.file, opipe, &pos, count, fl); in do_sendfile()