Lines Matching refs:afs_operation
123 struct afs_operation *op;
752 void (*issue_afs_rpc)(struct afs_operation *op);
753 void (*issue_yfs_rpc)(struct afs_operation *op);
754 void (*success)(struct afs_operation *op);
755 void (*aborted)(struct afs_operation *op);
756 void (*failed)(struct afs_operation *op);
757 void (*edit_dir)(struct afs_operation *op);
758 void (*put)(struct afs_operation *op);
781 struct afs_operation { struct
1034 extern void afs_check_for_remote_deletion(struct afs_operation *);
1100 extern void afs_fs_fetch_status(struct afs_operation *);
1101 extern void afs_fs_fetch_data(struct afs_operation *);
1102 extern void afs_fs_create_file(struct afs_operation *);
1103 extern void afs_fs_make_dir(struct afs_operation *);
1104 extern void afs_fs_remove_file(struct afs_operation *);
1105 extern void afs_fs_remove_dir(struct afs_operation *);
1106 extern void afs_fs_link(struct afs_operation *);
1107 extern void afs_fs_symlink(struct afs_operation *);
1108 extern void afs_fs_rename(struct afs_operation *);
1109 extern void afs_fs_store_data(struct afs_operation *);
1110 extern void afs_fs_setattr(struct afs_operation *);
1111 extern void afs_fs_get_volume_status(struct afs_operation *);
1112 extern void afs_fs_set_lock(struct afs_operation *);
1113 extern void afs_fs_extend_lock(struct afs_operation *);
1114 extern void afs_fs_release_lock(struct afs_operation *);
1119 extern void afs_fs_inline_bulk_status(struct afs_operation *);
1126 extern void afs_fs_fetch_acl(struct afs_operation *);
1127 extern void afs_fs_store_acl(struct afs_operation *);
1132 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1133 extern int afs_put_operation(struct afs_operation *);
1134 extern bool afs_begin_vnode_operation(struct afs_operation *);
1135 extern void afs_wait_for_operation(struct afs_operation *);
1136 extern int afs_do_sync_operation(struct afs_operation *);
1138 static inline void afs_op_nomem(struct afs_operation *op) in afs_op_nomem()
1143 static inline void afs_op_set_vnode(struct afs_operation *op, unsigned int n, in afs_op_set_vnode()
1150 static inline void afs_op_set_fid(struct afs_operation *op, unsigned int n, in afs_op_set_fid()
1172 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *);
1176 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1265 extern bool afs_select_fileserver(struct afs_operation *);
1266 extern void afs_dump_edestaddrreq(const struct afs_operation *);
1288 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call()
1419 extern bool afs_check_server_record(struct afs_operation *, struct afs_server *);
1521 extern int afs_check_volume_status(struct afs_volume *, struct afs_operation *);
1553 extern void yfs_fs_fetch_data(struct afs_operation *);
1554 extern void yfs_fs_create_file(struct afs_operation *);
1555 extern void yfs_fs_make_dir(struct afs_operation *);
1556 extern void yfs_fs_remove_file2(struct afs_operation *);
1557 extern void yfs_fs_remove_file(struct afs_operation *);
1558 extern void yfs_fs_remove_dir(struct afs_operation *);
1559 extern void yfs_fs_link(struct afs_operation *);
1560 extern void yfs_fs_symlink(struct afs_operation *);
1561 extern void yfs_fs_rename(struct afs_operation *);
1562 extern void yfs_fs_store_data(struct afs_operation *);
1563 extern void yfs_fs_setattr(struct afs_operation *);
1564 extern void yfs_fs_get_volume_status(struct afs_operation *);
1565 extern void yfs_fs_set_lock(struct afs_operation *);
1566 extern void yfs_fs_extend_lock(struct afs_operation *);
1567 extern void yfs_fs_release_lock(struct afs_operation *);
1568 extern void yfs_fs_fetch_status(struct afs_operation *);
1569 extern void yfs_fs_inline_bulk_status(struct afs_operation *);
1582 extern void yfs_fs_fetch_opaque_acl(struct afs_operation *);
1583 extern void yfs_fs_store_opaque_acl2(struct afs_operation *);
1603 static inline void afs_update_dentry_version(struct afs_operation *op, in afs_update_dentry_version()
1627 static inline void afs_check_dir_conflict(struct afs_operation *op, in afs_check_dir_conflict()