Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dmmp.c89 ret = ext4_read_bh(*bh, REQ_META | REQ_PRIO, NULL); in read_mmp_block()
Dmove_extent.c220 err = ext4_read_bh(bh, 0, NULL); in mext_page_mkuptodate()
Dindirect.c173 if (ext4_read_bh(bh, 0, NULL) < 0) { in ext4_get_branch()
Dialloc.c197 ext4_read_bh(bh, REQ_META | REQ_PRIO, ext4_end_bitmap_read); in ext4_read_inode_bitmap()
Dresize.c1299 if (ext4_read_bh(bh, 0, NULL) < 0) { in ext4_get_bitmap()
Dext4.h3077 extern int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags,
Dsuper.c189 int ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, bh_end_io_t *end_io) in ext4_read_bh() function
213 return ext4_read_bh(bh, op_flags, NULL); in ext4_read_bh_lock()
Dextents.c567 err = ext4_read_bh(bh, 0, NULL); in __read_extent_tree_block()