Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbuffer_head.h202 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size);
/linux-6.15/fs/
H A Dbuffer.c967 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size) in alloc_page_buffers() function
973 EXPORT_SYMBOL_GPL(alloc_page_buffers);
/linux-6.15/drivers/md/
H A Dmd-bitmap.c564 bh = alloc_page_buffers(page, blocksize); in read_file_page()