]> Git Repo - J-linux.git/blob - Documentation/filesystems/buffer.rst
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-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.02749 seconds and 4 git commands to generate.