brintos

brintos / linux-shallow public Read only

0
0
Text · 285 B · ae24faf Raw
13 lines · plain
1Buffer Heads2============3 4Linux uses buffer heads to maintain state about individual filesystem blocks.5Buffer heads are deprecated and new filesystems should use iomap instead.6 7Functions8---------9 10.. kernel-doc:: include/linux/buffer_head.h11.. kernel-doc:: fs/buffer.c12   :export:13