| /linux-6.15/fs/afs/ |
| H A D | internal.h | 159 struct afs_operation *op; 823 void (*issue_afs_rpc)(struct afs_operation *op); 824 void (*issue_yfs_rpc)(struct afs_operation *op); 825 void (*success)(struct afs_operation *op); 826 void (*aborted)(struct afs_operation *op); 827 void (*failed)(struct afs_operation *op); 828 void (*edit_dir)(struct afs_operation *op); 829 void (*put)(struct afs_operation *op); 852 struct afs_operation { struct 1149 extern void afs_fs_link(struct afs_operation *); [all …]
|
| H A 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() 154 static bool afs_get_io_locks(struct afs_operation *op) in afs_get_io_locks() 198 static void afs_drop_io_locks(struct afs_operation *op) in afs_drop_io_locks() 211 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode() 237 bool afs_begin_vnode_operation(struct afs_operation *op) in afs_begin_vnode_operation() 259 void afs_end_vnode_operation(struct afs_operation *op) in afs_end_vnode_operation() 278 void afs_wait_for_operation(struct afs_operation *op) in afs_wait_for_operation() 329 int afs_put_operation(struct afs_operation *op) in afs_put_operation() 372 int afs_do_sync_operation(struct afs_operation *op) in afs_do_sync_operation()
|
| H A D | xattr.c | 17 static void afs_acl_success(struct afs_operation *op) in afs_acl_success() 22 static void afs_acl_put(struct afs_operation *op) in afs_acl_put() 41 struct afs_operation *op; in afs_xattr_get_acl() 73 static bool afs_make_acl(struct afs_operation *op, in afs_make_acl() 105 struct afs_operation *op; in afs_xattr_set_acl() 143 struct afs_operation *op; in afs_xattr_get_yfs() 236 struct afs_operation *op; in afs_xattr_set_yfs()
|
| H A D | yfsclient.c | 333 struct afs_operation *op = call->op; in yfs_deliver_status_and_volsync() 354 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_data64() 512 struct afs_operation *op = call->op; in yfs_deliver_fs_create_vnode() 644 struct afs_operation *op = call->op; in yfs_deliver_fs_remove_file2() 730 struct afs_operation *op = call->op; in yfs_deliver_fs_remove() 842 struct afs_operation *op = call->op; in yfs_deliver_fs_link() 916 struct afs_operation *op = call->op; in yfs_deliver_fs_symlink() 998 struct afs_operation *op = call->op; in yfs_deliver_fs_rename() 1230 struct afs_operation *op = call->op; in yfs_deliver_fs_get_volume_status() 1528 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_status() [all …]
|
| H A D | fsclient.c | 240 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_status() 303 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_data() 499 struct afs_operation *op = call->op; in afs_deliver_fs_create_vnode() 637 struct afs_operation *op = call->op; in afs_deliver_fs_file_status_and_vol() 759 struct afs_operation *op = call->op; in afs_deliver_fs_link() 840 struct afs_operation *op = call->op; in afs_deliver_fs_symlink() 936 struct afs_operation *op = call->op; in afs_deliver_fs_rename() 1033 struct afs_operation *op = call->op; in afs_deliver_fs_store_data() 1318 struct afs_operation *op = call->op; in afs_deliver_fs_get_volume_status() 1482 struct afs_operation *op = call->op; in afs_deliver_fs_xxxx_lock() [all …]
|
| H A 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() 158 static void afs_silly_unlink_success(struct afs_operation *op) in afs_silly_unlink_success() 167 static void afs_silly_unlink_edit_dir(struct afs_operation *op) in afs_silly_unlink_edit_dir() 195 struct afs_operation *op; in afs_do_silly_unlink()
|
| H A D | validation.c | 153 static bool __afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in __afs_is_server_excluded() 179 static int afs_is_server_excluded(struct afs_operation *op, struct afs_volume *volume) in afs_is_server_excluded() 197 static int afs_update_volume_creation_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_creation_time() 264 static void afs_update_volume_update_time(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_update_time() 303 static int afs_update_volume_times(struct afs_operation *op, struct afs_volume *volume) in afs_update_volume_times() 328 int afs_update_volume_state(struct afs_operation *op) in afs_update_volume_state()
|
| H A D | dir.c | 778 struct afs_operation *op; in afs_do_lookup() 1297 static void afs_create_put(struct afs_operation *op) in afs_create_put() 1320 struct afs_operation *op; in afs_mkdir() 1391 static void afs_rmdir_put(struct afs_operation *op) in afs_rmdir_put() 1412 struct afs_operation *op; in afs_rmdir() 1558 struct afs_operation *op; in afs_unlink() 1642 struct afs_operation *op; in afs_create() 1696 static void afs_link_put(struct afs_operation *op) in afs_link_put() 1718 struct afs_operation *op; in afs_link() 1782 struct afs_operation *op; in afs_symlink() [all …]
|
| H A D | inode.c | 28 void afs_init_new_symlink(struct afs_vnode *vnode, struct afs_operation *op) in afs_init_new_symlink() 153 static int afs_inode_init_from_status(struct afs_operation *op, in afs_inode_init_from_status() 251 static void afs_apply_status(struct afs_operation *op, in afs_apply_status() 362 static void afs_apply_callback(struct afs_operation *op, in afs_apply_callback() 424 static void afs_fetch_status_success(struct afs_operation *op) in afs_fetch_status_success() 453 struct afs_operation *op; in afs_fetch_status() 560 struct inode *afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) in afs_iget() 627 struct afs_operation *op; in afs_root_iget() 789 static void afs_setattr_success(struct afs_operation *op) in afs_setattr_success() 806 static void afs_setattr_edit_file(struct afs_operation *op) in afs_setattr_edit_file() [all …]
|
| H A D | file.c | 203 static void afs_fetch_data_notify(struct afs_operation *op) in afs_fetch_data_notify() 211 static void afs_fetch_data_success(struct afs_operation *op) in afs_fetch_data_success() 222 static void afs_fetch_data_aborted(struct afs_operation *op) in afs_fetch_data_aborted() 236 static void afs_issue_read_call(struct afs_operation *op) in afs_issue_read_call() 247 static void afs_end_read(struct afs_operation *op) in afs_end_read() 269 struct afs_operation *op = call->op; in afs_read_receive() 334 struct afs_operation *op; in afs_issue_read()
|
| H A D | rotate.c | 18 void afs_clear_server_states(struct afs_operation *op) in afs_clear_server_states() 34 static bool afs_start_fs_iteration(struct afs_operation *op, in afs_start_fs_iteration() 114 static void afs_busy(struct afs_operation *op, u32 abort_code) in afs_busy() 132 static bool afs_sleep_and_retry(struct afs_operation *op) in afs_sleep_and_retry() 152 bool afs_select_fileserver(struct afs_operation *op) in afs_select_fileserver() 704 void afs_dump_edestaddrreq(const struct afs_operation *op) in afs_dump_edestaddrreq()
|
| H A D | flock.c | 73 struct afs_operation *op = call->op; in afs_lock_op_done() 175 static void afs_lock_success(struct afs_operation *op) in afs_lock_success() 194 struct afs_operation *op; in afs_set_lock() 225 struct afs_operation *op; in afs_extend_lock() 256 struct afs_operation *op; in afs_release_lock()
|
| H A D | write.c | 67 static void afs_store_data_success(struct afs_operation *op) in afs_store_data_success() 107 struct afs_operation *op; in afs_issue_write_worker()
|
| H A D | server.c | 539 static noinline bool afs_update_server_record(struct afs_operation *op, in afs_update_server_record() 583 bool afs_check_server_record(struct afs_operation *op, struct afs_server *server, in afs_check_server_record()
|
| H A D | super.c | 720 static void afs_get_volume_status_success(struct afs_operation *op) in afs_get_volume_status_success() 747 struct afs_operation *op; in afs_statfs()
|
| H A D | volume.c | 424 int afs_check_volume_status(struct afs_volume *volume, struct afs_operation *op) in afs_check_volume_status()
|
| H A D | fs_probe.c | 314 int afs_wait_for_fs_probes(struct afs_operation *op, struct afs_server_state *states, bool intr) in afs_wait_for_fs_probes()
|
| /linux-6.15/include/trace/events/ |
| H A D | afs.h | 1257 TP_PROTO(struct afs_operation *op, struct afs_fid *fid, unsigned int index, s32 abort), 1725 TP_PROTO(struct afs_operation *op, enum afs_rotate_trace reason, unsigned int extra), 1796 TP_PROTO(const struct afs_operation *op, const struct afs_call *call),
|