Searched refs:alloc_page_buffers (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/ |
D | buffer_head.h | 197 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
|
/linux-6.1.9/fs/ |
D | buffer.c | 811 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function 859 EXPORT_SYMBOL_GPL(alloc_page_buffers); 965 bh = alloc_page_buffers(page, size, true); in grow_dev_page() 1543 head = alloc_page_buffers(page, blocksize, true); in create_empty_buffers()
|
/linux-6.1.9/fs/ntfs/ |
D | aops.c | 1725 bh = head = alloc_page_buffers(page, bh_size, true); in mark_ntfs_record_dirty()
|
D | mft.c | 500 bh = head = alloc_page_buffers(page, blocksize, true); in ntfs_sync_mft_mirror()
|
/linux-6.1.9/drivers/md/ |
D | md-bitmap.c | 365 bh = alloc_page_buffers(page, blocksize, false); in read_page()
|