Home
last modified time | relevance | path

Searched refs:alloc_buffer_head (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbuffer_head.h231 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/kernel/linux/linux-6.6/include/linux/
H A Dbuffer_head.h237 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c935 bh = alloc_buffer_head(gfp); in folio_alloc_buffers()
3021 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3034 EXPORT_SYMBOL(alloc_buffer_head); variable
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c856 bh = alloc_buffer_head(gfp); in alloc_page_buffers()
3334 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3347 EXPORT_SYMBOL(alloc_buffer_head); variable
/kernel/linux/linux-5.10/fs/jbd2/
H A Djournal.c364 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()
/kernel/linux/linux-6.6/fs/jbd2/
H A Djournal.c352 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()

Completed in 17 milliseconds