mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
13 lines
285 B
ReStructuredText
13 lines
285 B
ReStructuredText
|
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:
|