Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dinternal.h810 struct afs_error cumul_error; /* Cumulative error */ member
887 struct afs_error cumul_error; /* Cumulative error */ member
1319 op->cumul_error.error = -ENOMEM; in afs_op_nomem()
1324 return op->cumul_error.error; in afs_op_error()
1329 return op->cumul_error.abort_code; in afs_op_abort_code()
1334 return op->cumul_error.error = error; in afs_op_set_error()
1339 afs_prioritise_error(&op->cumul_error, error, abort_code); in afs_op_accumulate_error()
1775 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.c257 else if (op->cumul_error.aborted) in afs_end_read()
H A Ddir.c669 op->cumul_error.abort_code = abort_code; in afs_do_lookup_success()