Searched refs:__ext4_read_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 146 static inline void __ext4_read_bh(struct buffer_head *bh, int op_flags, in __ext4_read_bh() function 170 __ext4_read_bh(bh, op_flags, end_io); in ext4_read_bh_nowait() 182 __ext4_read_bh(bh, op_flags, end_io); in ext4_read_bh()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 163 static inline void __ext4_read_bh(struct buffer_head *bh, blk_opf_t op_flags, in __ext4_read_bh() function 187 __ext4_read_bh(bh, op_flags, end_io); in ext4_read_bh_nowait() 199 __ext4_read_bh(bh, op_flags, end_io); in ext4_read_bh()
|
Completed in 16 milliseconds