Home
last modified time | relevance | path

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

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