Searched refs:warn_errors (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/bcachefs/ |
D | io_misc.c | 253 bool warn_errors = i_sectors_delta != NULL; in __bch2_resume_logged_op_truncate() local 270 if (warn_errors) in __bch2_resume_logged_op_truncate() 371 bool warn_errors = i_sectors_delta != NULL; in __bch2_resume_logged_op_finsert() local 382 …= lockrestart_do(trans, __bch2_subvolume_get_snapshot(trans, inum.subvol, &snapshot, warn_errors)); in __bch2_resume_logged_op_finsert() 396 adjust_i_size(trans, inum, src_offset, len, warn_errors) ?: in __bch2_resume_logged_op_finsert() 423 warn_errors); in __bch2_resume_logged_op_finsert() 486 adjust_i_size(trans, inum, src_offset, shift, warn_errors) ?: in __bch2_resume_logged_op_finsert() 491 adjust_i_size(trans, inum, 0, 0, warn_errors) ?: in __bch2_resume_logged_op_finsert() 501 if (warn_errors) in __bch2_resume_logged_op_finsert()
|