]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - Documentation/filesystems/splice.rst
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-hirsute-kernel.git] / Documentation / filesystems / splice.rst
CommitLineData
4064174b
JC
1================
2splice and pipes
3================
4
5splice API
6==========
7
8splice is a method for moving blocks of data around inside the kernel,
9without continually transferring them between the kernel and user space.
10
11.. kernel-doc:: fs/splice.c
12
13pipes API
14=========
15
16Pipe interfaces are all for in-kernel (builtin image) use. They are not
17exported for use by modules.
18
19.. kernel-doc:: include/linux/pipe_fs_i.h
20 :internal:
21
22.. kernel-doc:: fs/pipe.c