Searched refs:alloc_page_buffers (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ |
D | buffer.c | 813 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function 861 EXPORT_SYMBOL_GPL(alloc_page_buffers); 967 bh = alloc_page_buffers(page, size, true); in grow_dev_page() 1528 head = alloc_page_buffers(page, blocksize, true); in create_empty_buffers() 2596 head = alloc_page_buffers(page, blocksize, false); in nobh_write_begin()
|
/linux-4.19.296/include/linux/ |
D | buffer_head.h | 195 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
|
/linux-4.19.296/fs/ntfs/ |
D | aops.c | 1741 bh = head = alloc_page_buffers(page, bh_size, true); in mark_ntfs_record_dirty()
|
D | mft.c | 514 bh = head = alloc_page_buffers(page, blocksize, true); in ntfs_sync_mft_mirror()
|