Searched refs:simu_fail (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | super.c | 164 bh_end_io_t *end_io, bool simu_fail) in __ext4_read_bh() argument 166 if (simu_fail) { in __ext4_read_bh() 185 bh_end_io_t *end_io, bool simu_fail) in ext4_read_bh_nowait() argument 193 __ext4_read_bh(bh, op_flags, end_io, simu_fail); in ext4_read_bh_nowait() 197 bh_end_io_t *end_io, bool simu_fail) in ext4_read_bh() argument 206 __ext4_read_bh(bh, op_flags, end_io, simu_fail); in ext4_read_bh()
|
H A D | ext4.h | 3077 bh_end_io_t *end_io, bool simu_fail); 3079 bh_end_io_t *end_io, bool simu_fail);
|