Lines Matching defs:afs_operation
124 struct afs_operation *op;
757 void (*issue_afs_rpc)(struct afs_operation *op);
758 void (*issue_yfs_rpc)(struct afs_operation *op);
759 void (*success)(struct afs_operation *op);
760 void (*aborted)(struct afs_operation *op);
761 void (*failed)(struct afs_operation *op);
762 void (*edit_dir)(struct afs_operation *op);
763 void (*put)(struct afs_operation *op);
786 struct afs_operation {
1032 extern void afs_check_for_remote_deletion(struct afs_operation *);
1098 extern void afs_fs_fetch_status(struct afs_operation *);
1099 extern void afs_fs_fetch_data(struct afs_operation *);
1100 extern void afs_fs_create_file(struct afs_operation *);
1101 extern void afs_fs_make_dir(struct afs_operation *);
1102 extern void afs_fs_remove_file(struct afs_operation *);
1103 extern void afs_fs_remove_dir(struct afs_operation *);
1104 extern void afs_fs_link(struct afs_operation *);
1105 extern void afs_fs_symlink(struct afs_operation *);
1106 extern void afs_fs_rename(struct afs_operation *);
1107 extern void afs_fs_store_data(struct afs_operation *);
1108 extern void afs_fs_setattr(struct afs_operation *);
1109 extern void afs_fs_get_volume_status(struct afs_operation *);
1110 extern void afs_fs_set_lock(struct afs_operation *);
1111 extern void afs_fs_extend_lock(struct afs_operation *);
1112 extern void afs_fs_release_lock(struct afs_operation *);
1117 extern void afs_fs_inline_bulk_status(struct afs_operation *);
1124 extern void afs_fs_fetch_acl(struct afs_operation *);
1125 extern void afs_fs_store_acl(struct afs_operation *);
1130 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1131 extern int afs_put_operation(struct afs_operation *);
1132 extern bool afs_begin_vnode_operation(struct afs_operation *);
1133 extern void afs_wait_for_operation(struct afs_operation *);
1134 extern int afs_do_sync_operation(struct afs_operation *);
1136 static inline void afs_op_nomem(struct afs_operation *op)
1141 static inline void afs_op_set_vnode(struct afs_operation *op, unsigned int n,
1148 static inline void afs_op_set_fid(struct afs_operation *op, unsigned int n,
1170 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *);
1174 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1264 extern bool afs_select_fileserver(struct afs_operation *);
1265 extern void afs_dump_edestaddrreq(const struct afs_operation *);
1287 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call,
1417 extern bool afs_check_server_record(struct afs_operation *, struct afs_server *);
1520 extern int afs_check_volume_status(struct afs_volume *, struct afs_operation *);
1552 extern void yfs_fs_fetch_data(struct afs_operation *);
1553 extern void yfs_fs_create_file(struct afs_operation *);
1554 extern void yfs_fs_make_dir(struct afs_operation *);
1555 extern void yfs_fs_remove_file2(struct afs_operation *);
1556 extern void yfs_fs_remove_file(struct afs_operation *);
1557 extern void yfs_fs_remove_dir(struct afs_operation *);
1558 extern void yfs_fs_link(struct afs_operation *);
1559 extern void yfs_fs_symlink(struct afs_operation *);
1560 extern void yfs_fs_rename(struct afs_operation *);
1561 extern void yfs_fs_store_data(struct afs_operation *);
1562 extern void yfs_fs_setattr(struct afs_operation *);
1563 extern void yfs_fs_get_volume_status(struct afs_operation *);
1564 extern void yfs_fs_set_lock(struct afs_operation *);
1565 extern void yfs_fs_extend_lock(struct afs_operation *);
1566 extern void yfs_fs_release_lock(struct afs_operation *);
1567 extern void yfs_fs_fetch_status(struct afs_operation *);
1568 extern void yfs_fs_inline_bulk_status(struct afs_operation *);
1581 extern void yfs_fs_fetch_opaque_acl(struct afs_operation *);
1582 extern void yfs_fs_store_opaque_acl2(struct afs_operation *);
1602 static inline void afs_update_dentry_version(struct afs_operation *op,
1626 static inline void afs_check_dir_conflict(struct afs_operation *op,