Home
last modified time | relevance | path

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

/fs/
Dbuffer.c992 bh = alloc_buffer_head(GFP_NOFS); in alloc_page_buffers()
3299 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3310 EXPORT_SYMBOL(alloc_buffer_head);
/fs/gfs2/
Dlog.c538 bh = alloc_buffer_head(GFP_NOFS | __GFP_NOFAIL); in gfs2_log_fake_buf()
/fs/jbd/
Djournal.c302 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in journal_write_metadata_buffer()
/fs/jbd2/
Djournal.c308 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()