iommu/omap: Check for failure of a call to omap_iommu_dump_ctx
[linux/fpc-iii.git] / Documentation / filesystems / splice.rst
blobedd8748084726c9fb9d1dc22ee2b56c0353bb09d
1 ================
2 splice and pipes
3 ================
5 splice API
6 ==========
8 splice is a method for moving blocks of data around inside the kernel,
9 without continually transferring them between the kernel and user space.
11 .. kernel-doc:: fs/splice.c
13 pipes API
14 =========
16 Pipe interfaces are all for in-kernel (builtin image) use. They are not
17 exported for use by modules.
19 .. kernel-doc:: include/linux/pipe_fs_i.h
20    :internal:
22 .. kernel-doc:: fs/pipe.c