Home
last modified time | relevance | path

Searched refs:ext4_read_bh (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ext4/
H A Dindirect.c173 if (ext4_read_bh(bh, 0, NULL, false) < 0) { in ext4_get_branch()
H A Dialloc.c196 ext4_read_bh(bh, REQ_META | REQ_PRIO, in ext4_read_inode_bitmap()
H A Dresize.c1303 if (ext4_read_bh(bh, 0, NULL, false) < 0) { in ext4_get_bitmap()
H A Dext4.h3085 extern int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
H A Dsuper.c196 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, in ext4_read_bh() function
221 return ext4_read_bh(bh, op_flags, NULL, false); in ext4_read_bh_lock()
H A Dextents.c571 err = ext4_read_bh(bh, 0, NULL, false); in __read_extent_tree_block()