Searched refs:warn_errors (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | io_misc.c | 254 bool warn_errors = i_sectors_delta != NULL; in __bch2_resume_logged_op_truncate() local 271 if (warn_errors) in __bch2_resume_logged_op_truncate() 372 bool warn_errors = i_sectors_delta != NULL; in __bch2_resume_logged_op_finsert() local 383 …= lockrestart_do(trans, __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn_errors)); in __bch2_resume_logged_op_finsert() 397 adjust_i_size(trans, inum, src_offset, len, warn_errors) ?: in __bch2_resume_logged_op_finsert() 424 warn_errors); in __bch2_resume_logged_op_finsert() 487 adjust_i_size(trans, inum, src_offset, shift, warn_errors) ?: in __bch2_resume_logged_op_finsert() 492 adjust_i_size(trans, inum, 0, 0, warn_errors) ?: in __bch2_resume_logged_op_finsert() 502 if (warn_errors) in __bch2_resume_logged_op_finsert()
|