Searched refs:alloc_buffer_head (Results 1 – 3 of 3) sorted by relevance
233 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
928 bh = alloc_buffer_head(gfp); in folio_alloc_buffers()3018 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function3031 EXPORT_SYMBOL(alloc_buffer_head);
349 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()