Lines Matching refs:afs_operation

120 	struct afs_operation	*op;
738 void (*issue_afs_rpc)(struct afs_operation *op);
739 void (*issue_yfs_rpc)(struct afs_operation *op);
740 void (*success)(struct afs_operation *op);
741 void (*aborted)(struct afs_operation *op);
742 void (*edit_dir)(struct afs_operation *op);
743 void (*put)(struct afs_operation *op);
766 struct afs_operation { struct
1010 extern void afs_check_for_remote_deletion(struct afs_operation *);
1073 extern void afs_fs_fetch_status(struct afs_operation *);
1074 extern void afs_fs_fetch_data(struct afs_operation *);
1075 extern void afs_fs_create_file(struct afs_operation *);
1076 extern void afs_fs_make_dir(struct afs_operation *);
1077 extern void afs_fs_remove_file(struct afs_operation *);
1078 extern void afs_fs_remove_dir(struct afs_operation *);
1079 extern void afs_fs_link(struct afs_operation *);
1080 extern void afs_fs_symlink(struct afs_operation *);
1081 extern void afs_fs_rename(struct afs_operation *);
1082 extern void afs_fs_store_data(struct afs_operation *);
1083 extern void afs_fs_setattr(struct afs_operation *);
1084 extern void afs_fs_get_volume_status(struct afs_operation *);
1085 extern void afs_fs_set_lock(struct afs_operation *);
1086 extern void afs_fs_extend_lock(struct afs_operation *);
1087 extern void afs_fs_release_lock(struct afs_operation *);
1092 extern void afs_fs_inline_bulk_status(struct afs_operation *);
1099 extern void afs_fs_fetch_acl(struct afs_operation *);
1100 extern void afs_fs_store_acl(struct afs_operation *);
1105 extern struct afs_operation *afs_alloc_operation(struct key *, struct afs_volume *);
1106 extern int afs_put_operation(struct afs_operation *);
1107 extern bool afs_begin_vnode_operation(struct afs_operation *);
1108 extern void afs_wait_for_operation(struct afs_operation *);
1109 extern int afs_do_sync_operation(struct afs_operation *);
1111 static inline void afs_op_nomem(struct afs_operation *op) in afs_op_nomem()
1116 static inline void afs_op_set_vnode(struct afs_operation *op, unsigned int n, in afs_op_set_vnode()
1123 static inline void afs_op_set_fid(struct afs_operation *op, unsigned int n, in afs_op_set_fid()
1145 extern void afs_vnode_commit_status(struct afs_operation *, struct afs_vnode_param *);
1149 extern struct inode *afs_iget(struct afs_operation *, struct afs_vnode_param *);
1237 extern bool afs_select_fileserver(struct afs_operation *);
1238 extern void afs_dump_edestaddrreq(const struct afs_operation *);
1260 static inline void afs_make_op_call(struct afs_operation *op, struct afs_call *call, in afs_make_op_call()
1386 extern bool afs_check_server_record(struct afs_operation *, struct afs_server *);
1488 extern int afs_check_volume_status(struct afs_volume *, struct afs_operation *);
1516 extern void yfs_fs_fetch_data(struct afs_operation *);
1517 extern void yfs_fs_create_file(struct afs_operation *);
1518 extern void yfs_fs_make_dir(struct afs_operation *);
1519 extern void yfs_fs_remove_file2(struct afs_operation *);
1520 extern void yfs_fs_remove_file(struct afs_operation *);
1521 extern void yfs_fs_remove_dir(struct afs_operation *);
1522 extern void yfs_fs_link(struct afs_operation *);
1523 extern void yfs_fs_symlink(struct afs_operation *);
1524 extern void yfs_fs_rename(struct afs_operation *);
1525 extern void yfs_fs_store_data(struct afs_operation *);
1526 extern void yfs_fs_setattr(struct afs_operation *);
1527 extern void yfs_fs_get_volume_status(struct afs_operation *);
1528 extern void yfs_fs_set_lock(struct afs_operation *);
1529 extern void yfs_fs_extend_lock(struct afs_operation *);
1530 extern void yfs_fs_release_lock(struct afs_operation *);
1531 extern void yfs_fs_fetch_status(struct afs_operation *);
1532 extern void yfs_fs_inline_bulk_status(struct afs_operation *);
1545 extern void yfs_fs_fetch_opaque_acl(struct afs_operation *);
1546 extern void yfs_fs_store_opaque_acl2(struct afs_operation *);
1566 static inline void afs_update_dentry_version(struct afs_operation *op, in afs_update_dentry_version()
1590 static inline void afs_check_dir_conflict(struct afs_operation *op, in afs_check_dir_conflict()