Searched refs:alloc_page_buffers (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ |
A D | buffer.c | 814 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function 862 EXPORT_SYMBOL_GPL(alloc_page_buffers); 968 bh = alloc_page_buffers(page, size, true); in grow_dev_page() 1560 head = alloc_page_buffers(page, blocksize, true); in create_empty_buffers() 2625 head = alloc_page_buffers(page, blocksize, false); in nobh_write_begin()
|
/linux/include/linux/ |
A D | buffer_head.h | 161 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
|
/linux/fs/ntfs/ |
A D | aops.c | 1724 bh = head = alloc_page_buffers(page, bh_size, true); in mark_ntfs_record_dirty()
|
A D | mft.c | 500 bh = head = alloc_page_buffers(page, blocksize, true); in ntfs_sync_mft_mirror()
|
/linux/drivers/md/ |
A D | md-bitmap.c | 365 bh = alloc_page_buffers(page, blocksize, false); in read_page()
|
/linux/ |
A D | vmlinux.symvers | 8894 0x00000000 alloc_page_buffers vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 9661 ffff800010292400 T alloc_page_buffers
|
A D | .tmp_System.map | 9661 ffff800010292400 T alloc_page_buffers
|
Completed in 294 milliseconds