Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbuffer_head.h202 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
/openbmc/linux/fs/
H A Dbuffer.c967 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function
972 EXPORT_SYMBOL_GPL(alloc_page_buffers);
/openbmc/linux/fs/ntfs/
H A Daops.c1725 bh = head = alloc_page_buffers(page, bh_size, true); in mark_ntfs_record_dirty()
H A Dmft.c500 bh = head = alloc_page_buffers(page, blocksize, true); in ntfs_sync_mft_mirror()
/openbmc/linux/drivers/md/
H A Dmd-bitmap.c363 bh = alloc_page_buffers(page, blocksize, false); in read_file_page()