Searched refs:alloc_page_buffers (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | buffer_head.h | 157 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
|
/linux-4.4.14/fs/ |
D | buffer.c | 872 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function 926 EXPORT_SYMBOL_GPL(alloc_page_buffers); 1033 bh = alloc_page_buffers(page, size, 0); in grow_dev_page() 1593 head = alloc_page_buffers(page, blocksize, 1); in create_empty_buffers() 2551 head = alloc_page_buffers(page, blocksize, 0); in nobh_write_begin()
|
/linux-4.4.14/fs/ntfs/ |
D | aops.c | 1741 bh = head = alloc_page_buffers(page, bh_size, 1); in mark_ntfs_record_dirty()
|
D | mft.c | 509 bh = head = alloc_page_buffers(page, blocksize, 1); in ntfs_sync_mft_mirror()
|
/linux-4.4.14/drivers/md/ |
D | bitmap.c | 369 bh = alloc_page_buffers(page, 1<<inode->i_blkbits, 0); in read_page()
|