The buffer_init() Function

Buffer_init() is located in fs/buffer.c.

Buffer_init() initializes the kernel's buffer cache hash table. The buffer cache holds blocks of adjacent disk data, and is used to improve the performance of reads and writes to hard disks and other slow media.