Home
last modified time | relevance | path

Searched refs:alloc_buffer_head (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dbuffer_head.h195 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/Linux-v4.19/fs/
Dbuffer.c829 bh = alloc_buffer_head(gfp); in alloc_page_buffers()
3358 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3370 EXPORT_SYMBOL(alloc_buffer_head);
/Linux-v4.19/fs/jbd2/
Djournal.c380 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()