Home
last modified time | relevance | path

Searched refs:alloc_page_buffers (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dbuffer_head.h157 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
/linux-4.4.14/fs/
Dbuffer.c872 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/
Daops.c1741 bh = head = alloc_page_buffers(page, bh_size, 1); in mark_ntfs_record_dirty()
Dmft.c509 bh = head = alloc_page_buffers(page, blocksize, 1); in ntfs_sync_mft_mirror()
/linux-4.4.14/drivers/md/
Dbitmap.c369 bh = alloc_page_buffers(page, 1<<inode->i_blkbits, 0); in read_page()