mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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:
|