Home
last modified time | relevance | path

Searched refs:alloc_page_buffers (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/
Dbuffer_head.h202 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size);
/linux-6.12.1/fs/
Dbuffer.c960 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size) in alloc_page_buffers() function
966 EXPORT_SYMBOL_GPL(alloc_page_buffers);
/linux-6.12.1/drivers/md/
Dmd-bitmap.c562 bh = alloc_page_buffers(page, blocksize); in read_file_page()