Searched refs:afs_op_error (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/afs/
H A Dfs_operation.c164 switch (afs_op_error(op)) {
207 if (!afs_op_error(op)) {
220 if (!afs_op_error(op) && op->ops->edit_dir) {
233 int i, ret = afs_op_error(op);
H A Dwrite.c77 if (!afs_op_error(op)) {
139 switch (afs_op_error(op)) {
158 _leave(" = %d", afs_op_error(op));
H A Ddir.c892 if (afs_op_error(op) == -ENOTSUPP) {
904 if (!afs_op_error(op)) {
1290 ASSERTCMP(afs_op_error(op), ==, 0);
1303 if (!afs_op_error(op))
1337 if (afs_op_error(op))
1497 if (afs_op_error(op) ||
1524 _debug("nlink %d [val %d]", vnode->netfs.inode.i_nlink, afs_op_error(op));
1555 if (op->unlink.need_rehash && afs_op_error(op) < 0 && afs_op_error(op) != -ENOENT)
1626 if (afs_op_error(o
[all...]
H A Dfile.c242 int error = afs_op_error(op);
267 op->fetch.req->error = afs_op_error(op);
H A Drotate.c447 if (afs_op_error(op) != -EDESTADDRREQ)
688 _leave(" = f [failed %d]", afs_op_error(op));
H A Dserver.c654 _leave(" = f [%d]", afs_op_error(op));
H A Dinternal.h1272 static inline int afs_op_error(const struct afs_operation *op) function

Completed in 140 milliseconds