Home
last modified time | relevance | path

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

/linux-3.4.99/fs/gfs2/
Dmain.c75 return alloc_buffer_head(mask); in gfs2_bh_alloc()
/linux-3.4.99/include/linux/
Dbuffer_head.h176 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/linux-3.4.99/fs/
Dbuffer.c851 bh = alloc_buffer_head(GFP_NOFS); in alloc_page_buffers()
3185 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3197 EXPORT_SYMBOL(alloc_buffer_head);
/linux-3.4.99/fs/jbd/
Djournal.c311 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in journal_write_metadata_buffer()
/linux-3.4.99/fs/jbd2/
Djournal.c316 new_bh = alloc_buffer_head(GFP_NOFS); in jbd2_journal_write_metadata_buffer()