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

/linux-master/include/linux/
H A Dbuffer_head.h234 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags);
/linux-master/fs/
H A Dbuffer.c924 bh = alloc_buffer_head(gfp);
2999 struct buffer_head *alloc_buffer_head(gfp_t gfp_flags) function
3012 EXPORT_SYMBOL(alloc_buffer_head); variable
/linux-master/fs/jbd2/
H A Djournal.c352 new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL);

Completed in 210 milliseconds