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