Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h233 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c856 bh = alloc_buffer_head(gfp); in alloc_page_buffers()
3362 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) in alloc_buffer_head() function
3375 EXPORT_SYMBOL(alloc_buffer_head);
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c364 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL); in jbd2_journal_write_metadata_buffer()