fs/afs/dir.c
1253
afs_op_accumulate_error(op, PTR_ERR(inode), 0);
fs/afs/dir.c
889
afs_op_accumulate_error(op, -ECONNABORTED,
fs/afs/rotate.c
239
afs_op_accumulate_error(op, -EREMOTEIO, abort_code);
fs/afs/rotate.c
263
afs_op_accumulate_error(op, -EREMOTEIO, abort_code);
fs/afs/rotate.c
277
afs_op_accumulate_error(op, -EREMOTEIO, abort_code);
fs/afs/rotate.c
308
afs_op_accumulate_error(op, -ETIMEDOUT, abort_code);
fs/afs/rotate.c
404
afs_op_accumulate_error(op, -ENOMEDIUM, abort_code);
fs/afs/rotate.c
412
afs_op_accumulate_error(op, -EREMOTEIO, abort_code);
fs/afs/rotate.c
446
afs_op_accumulate_error(op, error, abort_code);
fs/afs/rotate.c
467
afs_op_accumulate_error(op, error, 0);
fs/afs/rotate.c
700
afs_op_accumulate_error(op, error, estate->abort_code);