Lines Matching refs:afs_operation
124 struct afs_operation *op;
753 void (*issue_afs_rpc)(struct afs_operation *op);
754 void (*issue_yfs_rpc)(struct afs_operation *op);
755 void (*success)(struct afs_operation *op);
756 void (*aborted)(struct afs_operation *op);
757 void (*failed)(struct afs_operation *op);
758 void (*edit_dir)(struct afs_operation *op);
759 void (*put)(struct afs_operation *op);
782 struct afs_operation { struct
1028 extern void afs_check_for_remote_deletion(struct afs_operation *);
1094 extern void afs_fs_fetch_status(struct afs_operation *);
1095 extern void afs_fs_fetch_data(struct afs_operation *);
1096 extern void afs_fs_create_file(struct afs_operation *);
1097 extern void afs_fs_make_dir(struct afs_operation *);
1098 extern void afs_fs_remove_file(struct afs_operation *);
1099 extern void afs_fs_remove_dir(struct afs_operation *);
1100 extern void afs_fs_link(struct afs_operation *);
1101 extern void afs_fs_symlink(struct afs_operation *);
1102 extern void afs_fs_rename(struct afs_operation *);
1103 extern void afs_fs_store_data(struct afs_operation *);
1104 extern void afs_fs_setattr(struct afs_operation *);
1105 extern void afs_fs_get_volume_status(struct afs_operation *);
1106 extern void afs_fs_set_lock(struct afs_operation *);
1107 extern void afs_fs_extend_lock(struct afs_operation *);
1108 extern void afs_fs_release_lock(struct afs_operation *);
1113 extern void afs_fs_inline_bulk_status(struct afs_operation *);
1120 extern void afs_fs_fetch_acl(struct afs_operation *);
1121 extern void afs_fs_store_acl(struct afs_operation *);
1126 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1127 extern int afs_put_operation(struct afs_operation *);
1128 extern bool afs_begin_vnode_operation(struct afs_operation *);
1129 extern void afs_wait_for_operation(struct afs_operation *);
1130 extern int afs_do_sync_operation(struct afs_operation *);
1132 static inline void afs_op_nomem(struct afs_operation *op) in afs_op_nomem()
1137 static inline void afs_op_set_vnode(struct afs_operation *op, unsigned int n, in afs_op_set_vnode()
1144 static inline void afs_op_set_fid(struct afs_operation *op, unsigned int n, in afs_op_set_fid()
1166 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *);
1170 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1259 extern bool afs_select_fileserver(struct afs_operation *);
1260 extern void afs_dump_edestaddrreq(const struct afs_operation *);
1282 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call()
1412 extern bool afs_check_server_record(struct afs_operation *, struct afs_server *);
1514 extern int afs_check_volume_status(struct afs_volume *, struct afs_operation *);
1546 extern void yfs_fs_fetch_data(struct afs_operation *);
1547 extern void yfs_fs_create_file(struct afs_operation *);
1548 extern void yfs_fs_make_dir(struct afs_operation *);
1549 extern void yfs_fs_remove_file2(struct afs_operation *);
1550 extern void yfs_fs_remove_file(struct afs_operation *);
1551 extern void yfs_fs_remove_dir(struct afs_operation *);
1552 extern void yfs_fs_link(struct afs_operation *);
1553 extern void yfs_fs_symlink(struct afs_operation *);
1554 extern void yfs_fs_rename(struct afs_operation *);
1555 extern void yfs_fs_store_data(struct afs_operation *);
1556 extern void yfs_fs_setattr(struct afs_operation *);
1557 extern void yfs_fs_get_volume_status(struct afs_operation *);
1558 extern void yfs_fs_set_lock(struct afs_operation *);
1559 extern void yfs_fs_extend_lock(struct afs_operation *);
1560 extern void yfs_fs_release_lock(struct afs_operation *);
1561 extern void yfs_fs_fetch_status(struct afs_operation *);
1562 extern void yfs_fs_inline_bulk_status(struct afs_operation *);
1575 extern void yfs_fs_fetch_opaque_acl(struct afs_operation *);
1576 extern void yfs_fs_store_opaque_acl2(struct afs_operation *);
1596 static inline void afs_update_dentry_version(struct afs_operation *op, in afs_update_dentry_version()
1620 static inline void afs_check_dir_conflict(struct afs_operation *op, in afs_check_dir_conflict()