Searched refs:ext4_read_bh (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | mmp.c | 97 ret = ext4_read_bh(*bh, REQ_META | REQ_PRIO, NULL, false); in read_mmp_block()
|
| H A D | indirect.c | 173 if (ext4_read_bh(bh, 0, NULL, false) < 0) { in ext4_get_branch()
|
| H A D | ialloc.c | 196 ext4_read_bh(bh, REQ_META | REQ_PRIO, in ext4_read_inode_bitmap()
|
| H A D | resize.c | 1303 if (ext4_read_bh(bh, 0, NULL, false) < 0) { in ext4_get_bitmap()
|
| H A D | ext4.h | 3116 extern int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
|
| H A D | super.c | 195 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, in ext4_read_bh() function 220 return ext4_read_bh(bh, op_flags, NULL, false); in ext4_read_bh_lock()
|
| H A D | extents.c | 571 err = ext4_read_bh(bh, 0, NULL, false); in __read_extent_tree_block()
|