Home
last modified time | relevance | path

Searched refs:cumul_error (Results 1 – 6 of 6) sorted by relevance

/linux/fs/afs/
H A Dinternal.h801 struct afs_error cumul_error; /* Cumulative error */ member
878 struct afs_error cumul_error; /* Cumulative error */ member
1316 op->cumul_error.error = -ENOMEM; in afs_op_nomem()
1321 return op->cumul_error.error; in afs_op_error()
1326 return op->cumul_error.abort_code; in afs_op_abort_code()
1331 return op->cumul_error.error = error; in afs_op_set_error()
1336 afs_prioritise_error(&op->cumul_error, error, abort_code); in afs_op_accumulate_error()
1757 if (!op->cumul_error.error) in afs_update_dentry_version()
H A Drotate.c189 op->cumul_error.responded = true; in afs_select_fileserver()
225 op->cumul_error.responded = true; in afs_select_fileserver()
729 op->file[1].cb_break_before, op->flags, op->cumul_error.error); in afs_dump_edestaddrreq()
H A Ddir_silly.c230 if (op->cumul_error.error == 0 && (op->flags & AFS_OPERATION_DIR_CONFLICT)) { in afs_do_silly_unlink()
H A Dfs_operation.c309 } else if (op->cumul_error.aborted) { in afs_wait_for_operation()
H A Dfile.c254 else if (op->cumul_error.aborted) in afs_end_read()
H A Ddir.c682 op->cumul_error.abort_code = abort_code; in afs_do_lookup_success()