Searched refs:alloc_page_buffers (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | buffer_head.h | 202 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
|
/openbmc/linux/fs/ |
H A D | buffer.c | 967 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 D | aops.c | 1725 bh = head = alloc_page_buffers(page, bh_size, true); in mark_ntfs_record_dirty()
|
H A D | mft.c | 500 bh = head = alloc_page_buffers(page, blocksize, true); in ntfs_sync_mft_mirror()
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.c | 363 bh = alloc_page_buffers(page, blocksize, false); in read_file_page()
|