Searched refs:afs_operation (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/fs/afs/ |
D | internal.h | 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); 765 struct afs_operation { struct 1009 extern void afs_check_for_remote_deletion(struct afs_operation *); 1072 extern void afs_fs_fetch_status(struct afs_operation *); [all …]
|
D | fs_operation.c | 18 struct afs_operation *afs_alloc_operation(struct key *key, struct afs_volume *volume) in afs_alloc_operation() 20 struct afs_operation *op; in afs_alloc_operation() 53 static bool afs_get_io_locks(struct afs_operation *op) in afs_get_io_locks() 97 static void afs_drop_io_locks(struct afs_operation *op) in afs_drop_io_locks() 110 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode() 134 bool afs_begin_vnode_operation(struct afs_operation *op) in afs_begin_vnode_operation() 156 static void afs_end_vnode_operation(struct afs_operation *op) in afs_end_vnode_operation() 175 void afs_wait_for_operation(struct afs_operation *op) in afs_wait_for_operation() 215 int afs_put_operation(struct afs_operation *op) in afs_put_operation() 243 int afs_do_sync_operation(struct afs_operation *op) in afs_do_sync_operation()
|
D | xattr.c | 40 static void afs_acl_success(struct afs_operation *op) in afs_acl_success() 45 static void afs_acl_put(struct afs_operation *op) in afs_acl_put() 64 struct afs_operation *op; in afs_xattr_get_acl() 96 static bool afs_make_acl(struct afs_operation *op, in afs_make_acl() 127 struct afs_operation *op; in afs_xattr_set_acl() 165 struct afs_operation *op; in afs_xattr_get_yfs() 255 struct afs_operation *op; in afs_xattr_set_yfs()
|
D | dir_silly.c | 15 static void afs_silly_rename_success(struct afs_operation *op) in afs_silly_rename_success() 23 static void afs_silly_rename_edit_dir(struct afs_operation *op) in afs_silly_rename_edit_dir() 64 struct afs_operation *op; in afs_do_silly_rename() 156 static void afs_silly_unlink_success(struct afs_operation *op) in afs_silly_unlink_success() 165 static void afs_silly_unlink_edit_dir(struct afs_operation *op) in afs_silly_unlink_edit_dir() 193 struct afs_operation *op; in afs_do_silly_unlink()
|
D | yfsclient.c | 338 struct afs_operation *op = call->op; in yfs_deliver_status_and_volsync() 359 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_data64() 498 void yfs_fs_fetch_data(struct afs_operation *op) in yfs_fs_fetch_data() 537 struct afs_operation *op = call->op; in yfs_deliver_fs_create_vnode() 574 void yfs_fs_create_file(struct afs_operation *op) in yfs_fs_create_file() 624 void yfs_fs_make_dir(struct afs_operation *op) in yfs_fs_make_dir() 667 struct afs_operation *op = call->op; in yfs_deliver_fs_remove_file2() 713 void yfs_fs_remove_file2(struct afs_operation *op) in yfs_fs_remove_file2() 751 struct afs_operation *op = call->op; in yfs_deliver_fs_remove() 781 void yfs_fs_remove_file(struct afs_operation *op) in yfs_fs_remove_file() [all …]
|
D | fsclient.c | 239 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_status() 271 void afs_fs_fetch_status(struct afs_operation *op) in afs_fs_fetch_status() 301 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_data() 448 static void afs_fs_fetch_data64(struct afs_operation *op) in afs_fs_fetch_data64() 479 void afs_fs_fetch_data(struct afs_operation *op) in afs_fs_fetch_data() 515 struct afs_operation *op = call->op; in afs_deliver_fs_create_vnode() 550 void afs_fs_create_file(struct afs_operation *op) in afs_fs_create_file() 603 void afs_fs_make_dir(struct afs_operation *op) in afs_fs_make_dir() 651 struct afs_operation *op = call->op; in afs_deliver_fs_file_status_and_vol() 682 void afs_fs_remove_file(struct afs_operation *op) in afs_fs_remove_file() [all …]
|
D | dir.c | 634 static void afs_do_lookup_success(struct afs_operation *op) in afs_do_lookup_success() 746 struct afs_operation *op; in afs_do_lookup() 1240 void afs_check_for_remote_deletion(struct afs_operation *op) in afs_check_for_remote_deletion() 1254 static void afs_vnode_new_inode(struct afs_operation *op) in afs_vnode_new_inode() 1280 static void afs_create_success(struct afs_operation *op) in afs_create_success() 1289 static void afs_create_edit_dir(struct afs_operation *op) in afs_create_edit_dir() 1305 static void afs_create_put(struct afs_operation *op) in afs_create_put() 1327 struct afs_operation *op; in afs_mkdir() 1364 static void afs_rmdir_success(struct afs_operation *op) in afs_rmdir_success() 1372 static void afs_rmdir_edit_dir(struct afs_operation *op) in afs_rmdir_edit_dir() [all …]
|
D | inode.c | 70 static int afs_inode_init_from_status(struct afs_operation *op, in afs_inode_init_from_status() 163 static void afs_apply_status(struct afs_operation *op, in afs_apply_status() 261 static void afs_apply_callback(struct afs_operation *op, in afs_apply_callback() 278 void afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) in afs_vnode_commit_status() 322 static void afs_fetch_status_success(struct afs_operation *op) in afs_fetch_status_success() 351 struct afs_operation *op; in afs_fetch_status() 453 struct inode *afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) in afs_iget() 520 struct afs_operation *op; in afs_root_iget() 819 static void afs_setattr_success(struct afs_operation *op) in afs_setattr_success() 836 static void afs_setattr_edit_file(struct afs_operation *op) in afs_setattr_edit_file() [all …]
|
D | rotate.c | 21 static bool afs_start_fs_iteration(struct afs_operation *op, in afs_start_fs_iteration() 90 static bool afs_sleep_and_retry(struct afs_operation *op) in afs_sleep_and_retry() 109 bool afs_select_fileserver(struct afs_operation *op) in afs_select_fileserver() 468 void afs_dump_edestaddrreq(const struct afs_operation *op) in afs_dump_edestaddrreq()
|
D | flock.c | 73 struct afs_operation *op = call->op; in afs_lock_op_done() 176 static void afs_lock_success(struct afs_operation *op) in afs_lock_success() 195 struct afs_operation *op; in afs_set_lock() 226 struct afs_operation *op; in afs_extend_lock() 257 struct afs_operation *op; in afs_release_lock()
|
D | file.c | 224 static void afs_fetch_data_success(struct afs_operation *op) in afs_fetch_data_success() 234 static void afs_fetch_data_put(struct afs_operation *op) in afs_fetch_data_put() 252 struct afs_operation *op; in afs_fetch_data()
|
D | rxrpc.c | 283 struct afs_operation *op = call->op; in afs_load_bvec() 325 struct afs_operation *op = call->op; in afs_send_pages() 387 struct afs_operation *op = call->op; in afs_make_call()
|
D | server.c | 627 static noinline bool afs_update_server_record(struct afs_operation *op, in afs_update_server_record() 669 bool afs_check_server_record(struct afs_operation *op, struct afs_server *server) in afs_check_server_record()
|
D | super.c | 725 static void afs_get_volume_status_success(struct afs_operation *op) in afs_get_volume_status_success() 752 struct afs_operation *op; in afs_statfs()
|
D | volume.c | 365 int afs_check_volume_status(struct afs_volume *volume, struct afs_operation *op) in afs_check_volume_status()
|
D | write.c | 397 static void afs_store_data_success(struct afs_operation *op) in afs_store_data_success() 427 struct afs_operation *op; in afs_store_data()
|