Searched refs:sb_getblk_gfp (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/include/linux/ |
D | buffer_head.h | 332 sb_getblk_gfp(struct super_block *sb, sector_t block, gfp_t gfp) in sb_getblk_gfp() function
|
/Linux-v5.15/fs/ext4/ |
D | extents.c | 499 bh = sb_getblk_gfp(inode->i_sb, pblk, gfp_flags); in __read_extent_tree_block() 1079 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_split() 1287 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_grow_indepth()
|
D | super.c | 217 bh = sb_getblk_gfp(sb, block, gfp); in __ext4_sb_bread_gfp() 245 struct buffer_head *bh = sb_getblk_gfp(sb, block, 0); in ext4_sb_breadahead_unmovable()
|