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()1248 ASSERTCMP(afs_op_error(op), ==, 0); in afs_vnode_new_inode()1265 if (!afs_op_error(op)) in afs_vnode_new_inode()1302 if (afs_op_error(op)) in afs_create_put()1480 if (afs_op_error(op) || in afs_dir_remove_link()1507 _debug("nlink %d [val %d]", vnode->netfs.inode.i_nlink, afs_op_error(op)); in afs_dir_remove_link()1541 if (op->unlink.need_rehash && afs_op_error(op) < 0 && afs_op_error(op) != -ENOENT) in afs_unlink_put()1614 if (afs_op_error(op) == 0 && (op->flags & AFS_OPERATION_DIR_CONFLICT)) { in afs_unlink()1700 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()
447 if (afs_op_error(op) != -EDESTADDRREQ) in afs_select_fileserver()697 _leave(" = f [failed %d]", afs_op_error(op)); in afs_select_fileserver()
73 if (!afs_op_error(op)) { in afs_store_data_success()
657 _leave(" = f [%d]", afs_op_error(op)); in afs_update_server_record()
1294 static inline int afs_op_error(const struct afs_operation *op) in afs_op_error() function