Home
last modified time | relevance | path

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

/linux/fs/
H A Dbuffer.c776 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size) in alloc_page_buffers() function
782 EXPORT_SYMBOL_GPL(alloc_page_buffers);
/linux/drivers/md/
H A Dmd-bitmap.c570 bh = alloc_page_buffers(page, blocksize); in read_file_page()