Searched refs:afs_op_error (Results 1 – 7 of 7) sorted by relevance
263 switch (afs_op_error(op)) { in afs_end_vnode_operation()306 if (!afs_op_error(op)) { in afs_wait_for_operation()319 if (!afs_op_error(op) && op->ops->edit_dir) { in afs_wait_for_operation()332 int i, ret = afs_op_error(op); in afs_put_operation()
876 if (afs_op_error(op) == -ENOTSUPP) { in afs_do_lookup()888 if (!afs_op_error(op)) { in afs_do_lookup()1247 ASSERTCMP(afs_op_error(op), ==, 0); in afs_vnode_new_inode()1264 if (!afs_op_error(op)) in afs_vnode_new_inode()1301 if (afs_op_error(op)) in afs_create_put()1479 if (afs_op_error(op) || in afs_dir_remove_link()1506 _debug("nlink %d [val %d]", vnode->netfs.inode.i_nlink, afs_op_error(op)); in afs_dir_remove_link()1540 if (op->unlink.need_rehash && afs_op_error(op) < 0 && afs_op_error(op) != -ENOENT) in afs_unlink_put()1613 if (afs_op_error(op) == 0 && (op->flags & AFS_OPERATION_DIR_CONFLICT)) { in afs_unlink()1699 if (afs_op_error(op)) in afs_link_put()[all …]
207 subreq->error = afs_op_error(op); in afs_fetch_data_notify()252 if (!afs_op_error(op)) in afs_end_read()
457 if (afs_op_error(op) != -EDESTADDRREQ) in afs_select_fileserver()708 _leave(" = f [failed %d]", afs_op_error(op)); in afs_select_fileserver()
73 if (!afs_op_error(op)) { in afs_store_data_success()
571 _leave(" = f [%d]", afs_op_error(op)); in afs_update_server_record()
1319 static inline int afs_op_error(const struct afs_operation *op) in afs_op_error() function