summaryrefslogtreecommitdiff
path: root/fs/smb/client/tmp
diff options
context:
space:
mode:
authorHenrique Carvalho <henrique.carvalho@suse.com>2024-11-12 16:48:09 -0300
committerEnzo Matsumiya <ematsumiya@suse.de>2024-11-13 15:49:46 -0300
commit472697f67cf64a2461ad1842927f3c8cc539f37e (patch)
tree37bb1e46b0884721d35eb5d902aaf1bcf88374b0 /fs/smb/client/tmp
parent8e5cdf186897806453d95697985d2eb21a4730a7 (diff)
downloadlinux-hw24-hc-wip.tar.gz
linux-hw24-hc-wip.tar.bz2
linux-hw24-hc-wip.zip
smb: client: replace function pointers of common operations for thehw24-hc-wip
common function Signed-off-by: Henrique Carvalho <henrique.carvalho@suse.com>
Diffstat (limited to 'fs/smb/client/tmp')
-rw-r--r--fs/smb/client/tmp89
1 files changed, 89 insertions, 0 deletions
diff --git a/fs/smb/client/tmp b/fs/smb/client/tmp
new file mode 100644
index 000000000000..5d6371fcbe26
--- /dev/null
+++ b/fs/smb/client/tmp
@@ -0,0 +1,89 @@
+compare_fids = smb2_compare_fids
+setup_request = smb2_setup_request
+setup_async_request = smb2_setup_async_request
+check_receive = smb2_check_receive
+add_credits = smb2_add_credits
+set_credits = smb2_set_credits
+get_credits_field = smb2_get_credits_field
+get_credits = smb2_get_credits
+wait_mtu_credits = smb2_wait_mtu_credits
+adjust_credits = smb2_adjust_credits
+get_next_mid = smb2_get_next_mid
+revert_current_mid = smb2_revert_current_mid
+read_data_offset = smb2_read_data_offset
+read_data_length = smb2_read_data_length
+map_error = map_smb2_to_linux_error
+find_mid = smb2_find_mid
+check_message = smb2_check_message
+dump_detail = smb2_dump_detail
+clear_stats = smb2_clear_stats
+print_stats = smb2_print_stats
+is_oplock_break = smb2_is_valid_oplock_break
+handle_cancelled_mid = smb2_handle_cancelled_mid
+need_neg = smb2_need_neg
+negotiate = smb2_negotiate
+sess_setup = SMB2_sess_setup
+logoff = SMB2_logoff
+tree_connect = SMB2_tcon
+tree_disconnect = SMB2_tdis
+is_path_accessible = smb2_is_path_accessible
+can_echo = smb2_can_echo
+echo = SMB2_echo
+query_path_info = smb2_query_path_info
+query_reparse_point = smb2_query_reparse_point
+get_srv_inum = smb2_get_srv_inum
+query_file_info = smb2_query_file_info
+set_path_size = smb2_set_path_size
+set_file_size = smb2_set_file_size
+set_file_info = smb2_set_file_info
+set_compression = smb2_set_compression
+mkdir = smb2_mkdir
+mkdir_setinfo = smb2_mkdir_setinfo
+rmdir = smb2_rmdir
+unlink = smb2_unlink
+rename = smb2_rename_path
+create_hardlink = smb2_create_hardlink
+parse_reparse_point = smb2_parse_reparse_point
+query_mf_symlink = smb3_query_mf_symlink
+create_mf_symlink = smb3_create_mf_symlink
+create_reparse_symlink = smb2_create_reparse_symlink
+open = smb2_open_file
+set_fid = smb2_set_fid
+close = smb2_close_file
+flush = smb2_flush_file
+async_readv = smb2_async_readv
+async_writev = smb2_async_writev
+sync_read = smb2_sync_read
+sync_write = smb2_sync_write
+query_dir_first = smb2_query_dir_first
+query_dir_next = smb2_query_dir_next
+close_dir = smb2_close_dir
+calc_smb_size = smb2_calc_size
+is_status_pending = smb2_is_status_pending
+is_session_expired = smb2_is_session_expired
+oplock_response = smb2_oplock_response
+mand_lock = smb2_mand_lock
+mand_unlock_range = smb2_unlock_range
+push_mand_locks = smb2_push_mandatory_locks
+get_lease_key = smb2_get_lease_key
+set_lease_key = smb2_set_lease_key
+new_lease_key = smb2_new_lease_key
+copychunk_range = smb2_copychunk_range
+wp_retry_size = smb2_wp_retry_size
+dir_needs_close = smb2_dir_needs_close
+enum_snapshots = smb3_enum_snapshots
+notify = smb3_notify
+get_dfs_refer = smb2_get_dfs_refer
+select_sectype = smb2_select_sectype
+query_all_EAs = smb2_query_eas
+set_EA = smb2_set_ea
+get_acl = get_smb2_acl
+get_acl_by_fid = get_smb2_acl_by_fid
+set_acl = set_smb2_acl
+next_header = smb2_next_header
+ioctl_query_info = smb2_ioctl_query_info
+make_node = smb2_make_node
+fiemap = smb3_fiemap
+llseek = smb3_llseek
+is_status_io_timeout = smb2_is_status_io_timeout
+is_network_name_deleted = smb2_is_network_name_deleted