Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dinternal.h809 struct afs_error cumul_error; /* Cumulative error */ member
886 struct afs_error cumul_error; /* Cumulative error */ member
1318 op->cumul_error.error = -ENOMEM; in afs_op_nomem()
1323 return op->cumul_error.error; in afs_op_error()
1328 return op->cumul_error.abort_code; in afs_op_abort_code()
1333 return op->cumul_error.error = error; in afs_op_set_error()
1338 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 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.c679 op->cumul_error.abort_code = abort_code; in afs_do_lookup_success()