blob: ae24faf68efabad737da42fe85c3759ca382ad79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Buffer Heads
============
Linux uses buffer heads to maintain state about individual filesystem blocks.
Buffer heads are deprecated and new filesystems should use iomap instead.
Functions
---------
.. kernel-doc:: include/linux/buffer_head.h
.. kernel-doc:: fs/buffer.c
:export:
|