Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbuffer_head.h157 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
/linux-4.1.27/fs/
Dbuffer.c855 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function
909 EXPORT_SYMBOL_GPL(alloc_page_buffers);
1016 bh = alloc_page_buffers(page, size, 0); in grow_dev_page()
1569 head = alloc_page_buffers(page, blocksize, 1); in create_empty_buffers()
2548 head = alloc_page_buffers(page, blocksize, 0); in nobh_write_begin()
/linux-4.1.27/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.1.27/drivers/md/
Dbitmap.c369 bh = alloc_page_buffers(page, 1<<inode->i_blkbits, 0); in read_page()