Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbuffer_head.h186 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/linux-4.1.27/fs/
Dbuffer.c865 bh = alloc_buffer_head(GFP_NOFS); in alloc_page_buffers()
3323 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3335 EXPORT_SYMBOL(alloc_buffer_head);
/linux-4.1.27/fs/jbd/
Djournal.c329 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in journal_write_metadata_buffer()
/linux-4.1.27/fs/jbd2/
Djournal.c375 new_bh = alloc_buffer_head(GFP_NOFS); in jbd2_journal_write_metadata_buffer()