Searched refs:sb_getblk_gfp (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
A D | buffer_head.h | 332 sb_getblk_gfp(struct super_block *sb, sector_t block, gfp_t gfp) in sb_getblk_gfp() function
|
/linux/fs/ext4/ |
A D | extents.c | 538 bh = sb_getblk_gfp(inode->i_sb, pblk, gfp_flags); in __read_extent_tree_block() 1118 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_split() 1326 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_grow_indepth()
|
A D | super.c | 218 bh = sb_getblk_gfp(sb, block, gfp); in __ext4_sb_bread_gfp() 246 struct buffer_head *bh = sb_getblk_gfp(sb, block, 0); in ext4_sb_breadahead_unmovable()
|
Completed in 27 milliseconds