]> Git Repo - linux.git/blob - Documentation/filesystems/buffer.rst
bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG
[linux.git] / Documentation / filesystems / buffer.rst
1 Buffer Heads
2 ============
3
4 Linux uses buffer heads to maintain state about individual filesystem blocks.
5 Buffer heads are deprecated and new filesystems should use iomap instead.
6
7 Functions
8 ---------
9
10 .. kernel-doc:: include/linux/buffer_head.h
11 .. kernel-doc:: fs/buffer.c
12    :export:
This page took 0.032442 seconds and 4 git commands to generate.