Home
last modified time | relevance | path

Searched refs:afs_op_error (Results 1 – 6 of 6) sorted by relevance

/linux/fs/afs/
H A Ddir.c876 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(o in afs_unlink()
[all...]
H A Dfile.c207 subreq->error = afs_op_error(op); in afs_fetch_data_notify()
252 if (!afs_op_error(op)) in afs_end_read()
H A Drotate.c447 if (afs_op_error(op) != -EDESTADDRREQ) in afs_select_fileserver()
697 _leave(" = f [failed %d]", afs_op_error(op)); in afs_select_fileserver()
H A Dwrite.c73 if (!afs_op_error(op)) { in afs_store_data_success()
H A Dserver.c570 _leave(" = f [%d]", afs_op_error(op)); in afs_update_server_record()
H A Dinternal.h1306 static inline int afs_op_error(const struct afs_operation *op) in afs_op_error() function