Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbuffer_head.h202 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size,
/Linux-v6.6/fs/
Dbuffer.c967 struct buffer_head *alloc_page_buffers(struct page *page, unsigned long size, in alloc_page_buffers() function
972 EXPORT_SYMBOL_GPL(alloc_page_buffers);
/Linux-v6.6/fs/ntfs/
Daops.c1725 bh = head = alloc_page_buffers(page, bh_size, true); in mark_ntfs_record_dirty()
Dmft.c500 bh = head = alloc_page_buffers(page, blocksize, true); in ntfs_sync_mft_mirror()
/Linux-v6.6/drivers/md/
Dmd-bitmap.c362 bh = alloc_page_buffers(page, blocksize, false); in read_file_page()