Home
last modified time | relevance | path

Searched refs:afs_prioritise_error (Results 1 – 3 of 3) sorted by relevance

/linux/fs/afs/
H A Dvl_probe.c188 afs_prioritise_error(_e, call->error, call->abort_code); in afs_do_probe_vlserver()
192 afs_prioritise_error(_e, PTR_ERR(call), 0); in afs_do_probe_vlserver()
H A Dmisc.c143 void afs_prioritise_error(struct afs_error *e, int error, u32 abort_code) in afs_prioritise_error() function
H A Dinternal.h1315 extern void afs_prioritise_error(struct afs_error *, int, u32);
1339 afs_prioritise_error(&op->cumul_error, error, abort_code); in afs_op_accumulate_error()