Searched refs:ext4_read_bh (Results 1 – 8 of 8) sorted by relevance
/fs/ext4/ |
D | mmp.c | 97 ret = ext4_read_bh(*bh, REQ_META | REQ_PRIO, NULL); in read_mmp_block()
|
D | move_extent.c | 218 err = ext4_read_bh(bh, 0, NULL); in mext_page_mkuptodate()
|
D | indirect.c | 173 if (ext4_read_bh(bh, 0, NULL) < 0) { in ext4_get_branch()
|
D | ialloc.c | 197 ext4_read_bh(bh, REQ_META | REQ_PRIO, ext4_end_bitmap_read); in ext4_read_inode_bitmap()
|
D | resize.c | 1276 if (ext4_read_bh(bh, 0, NULL) < 0) { in ext4_get_bitmap()
|
D | super.c | 170 int ext4_read_bh(struct buffer_head *bh, int op_flags, bh_end_io_t *end_io) in ext4_read_bh() function 194 return ext4_read_bh(bh, op_flags, NULL); in ext4_read_bh_lock()
|
D | ext4.h | 3109 extern int ext4_read_bh(struct buffer_head *bh, int op_flags,
|
D | extents.c | 548 err = ext4_read_bh(bh, 0, NULL); in __read_extent_tree_block()
|