Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbuffer_head.h390 static inline struct buffer_head *sb_getblk_gfp(struct super_block *sb, in sb_getblk_gfp() function
/linux/fs/ext4/
H A Dextents.c561 bh = sb_getblk_gfp(inode->i_sb, pblk, gfp_flags); in __read_extent_tree_block()
1126 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_split()
1334 bh = sb_getblk_gfp(inode->i_sb, newblock, __GFP_MOVABLE | GFP_NOFS); in ext4_ext_grow_indepth()
H A Dsuper.c230 bh = sb_getblk_gfp(sb, block, gfp); in __ext4_sb_bread_gfp()