2012-07-20 00:47:51 +08:00
|
|
|
FUSE_3.0 {
|
2004-12-04 08:40:50 +08:00
|
|
|
global:
|
|
|
|
fuse_destroy;
|
|
|
|
fuse_exit;
|
|
|
|
fuse_loop;
|
|
|
|
fuse_loop_mt;
|
2005-08-15 07:00:27 +08:00
|
|
|
fuse_reply_attr;
|
|
|
|
fuse_reply_buf;
|
|
|
|
fuse_reply_entry;
|
2005-07-13 22:08:19 +08:00
|
|
|
fuse_reply_err;
|
|
|
|
fuse_reply_none;
|
2005-08-15 07:00:27 +08:00
|
|
|
fuse_reply_readlink;
|
|
|
|
fuse_reply_write;
|
2005-07-13 22:08:19 +08:00
|
|
|
fuse_reply_xattr;
|
2005-08-15 07:00:27 +08:00
|
|
|
fuse_req_userdata;
|
|
|
|
fuse_session_destroy;
|
|
|
|
fuse_session_exit;
|
|
|
|
fuse_session_exited;
|
|
|
|
fuse_session_loop;
|
|
|
|
fuse_session_loop_mt;
|
|
|
|
fuse_session_reset;
|
2016-10-03 12:48:47 +08:00
|
|
|
fuse_session_fd;
|
2005-12-10 01:41:42 +08:00
|
|
|
fuse_opt_parse;
|
|
|
|
fuse_opt_add_opt;
|
|
|
|
fuse_opt_add_arg;
|
|
|
|
fuse_opt_free_args;
|
|
|
|
fuse_opt_match;
|
2006-01-07 02:29:40 +08:00
|
|
|
fuse_parse_cmdline;
|
|
|
|
fuse_remove_signal_handlers;
|
2005-11-07 23:30:48 +08:00
|
|
|
fuse_reply_create;
|
2005-11-12 05:32:42 +08:00
|
|
|
fuse_reply_open;
|
|
|
|
fuse_reply_statfs;
|
2006-01-07 02:29:40 +08:00
|
|
|
fuse_set_signal_handlers;
|
2006-02-17 23:49:25 +08:00
|
|
|
fuse_add_direntry;
|
2013-01-04 16:23:31 +08:00
|
|
|
fuse_add_direntry_plus;
|
2006-03-17 23:05:40 +08:00
|
|
|
fuse_daemonize;
|
|
|
|
fuse_get_session;
|
2006-09-07 14:02:44 +08:00
|
|
|
fuse_interrupted;
|
2016-10-03 01:44:16 +08:00
|
|
|
fuse_session_new;
|
2006-01-20 23:15:21 +08:00
|
|
|
fuse_main_real;
|
2006-03-17 23:05:40 +08:00
|
|
|
fuse_mount;
|
2023-01-10 18:04:35 +08:00
|
|
|
fuse_session_custom_io;
|
2016-10-03 01:26:40 +08:00
|
|
|
fuse_session_mount;
|
2006-01-20 23:15:21 +08:00
|
|
|
fuse_new;
|
2006-01-24 01:11:24 +08:00
|
|
|
fuse_opt_insert_arg;
|
2006-09-07 14:02:44 +08:00
|
|
|
fuse_reply_lock;
|
|
|
|
fuse_req_interrupt_func;
|
|
|
|
fuse_req_interrupted;
|
2006-03-01 17:40:35 +08:00
|
|
|
fuse_unmount;
|
2016-10-03 01:26:40 +08:00
|
|
|
fuse_session_unmount;
|
2007-02-04 07:32:47 +08:00
|
|
|
fuse_fs_access;
|
|
|
|
fuse_fs_bmap;
|
|
|
|
fuse_fs_chmod;
|
|
|
|
fuse_fs_chown;
|
|
|
|
fuse_fs_create;
|
|
|
|
fuse_fs_destroy;
|
|
|
|
fuse_fs_flush;
|
|
|
|
fuse_fs_fsync;
|
|
|
|
fuse_fs_fsyncdir;
|
|
|
|
fuse_fs_getattr;
|
|
|
|
fuse_fs_getxattr;
|
|
|
|
fuse_fs_init;
|
|
|
|
fuse_fs_link;
|
|
|
|
fuse_fs_listxattr;
|
|
|
|
fuse_fs_lock;
|
|
|
|
fuse_fs_mkdir;
|
|
|
|
fuse_fs_mknod;
|
|
|
|
fuse_fs_new;
|
|
|
|
fuse_fs_open;
|
|
|
|
fuse_fs_opendir;
|
|
|
|
fuse_fs_read;
|
|
|
|
fuse_fs_readdir;
|
|
|
|
fuse_fs_readlink;
|
|
|
|
fuse_fs_release;
|
|
|
|
fuse_fs_releasedir;
|
|
|
|
fuse_fs_removexattr;
|
|
|
|
fuse_fs_rename;
|
|
|
|
fuse_fs_rmdir;
|
|
|
|
fuse_fs_setxattr;
|
|
|
|
fuse_fs_statfs;
|
|
|
|
fuse_fs_symlink;
|
|
|
|
fuse_fs_truncate;
|
|
|
|
fuse_fs_unlink;
|
|
|
|
fuse_fs_utimens;
|
|
|
|
fuse_fs_write;
|
2007-07-02 19:29:19 +08:00
|
|
|
fuse_reply_iov;
|
2007-06-21 05:37:58 +08:00
|
|
|
fuse_version;
|
2016-10-10 05:43:56 +08:00
|
|
|
fuse_pkgversion;
|
2009-06-18 17:26:22 +08:00
|
|
|
fuse_reply_bmap;
|
2009-06-18 19:11:54 +08:00
|
|
|
cuse_lowlevel_new;
|
|
|
|
cuse_lowlevel_main;
|
|
|
|
cuse_lowlevel_setup;
|
|
|
|
cuse_lowlevel_teardown;
|
2008-12-05 18:55:36 +08:00
|
|
|
fuse_fs_ioctl;
|
2008-12-09 03:26:53 +08:00
|
|
|
fuse_fs_poll;
|
2009-08-19 00:13:33 +08:00
|
|
|
fuse_get_context;
|
|
|
|
fuse_getgroups;
|
|
|
|
fuse_lowlevel_notify_inval_entry;
|
|
|
|
fuse_lowlevel_notify_inval_inode;
|
2008-12-09 03:26:53 +08:00
|
|
|
fuse_lowlevel_notify_poll;
|
|
|
|
fuse_notify_poll;
|
2008-10-17 03:11:28 +08:00
|
|
|
fuse_opt_add_opt_escaped;
|
2008-12-09 03:26:53 +08:00
|
|
|
fuse_pollhandle_destroy;
|
2008-12-05 18:55:36 +08:00
|
|
|
fuse_reply_ioctl;
|
2009-06-18 19:11:54 +08:00
|
|
|
fuse_reply_ioctl_iov;
|
2008-12-05 18:55:36 +08:00
|
|
|
fuse_reply_ioctl_retry;
|
2008-12-09 03:26:53 +08:00
|
|
|
fuse_reply_poll;
|
2009-07-02 20:26:36 +08:00
|
|
|
fuse_req_ctx;
|
2009-08-19 00:13:33 +08:00
|
|
|
fuse_req_getgroups;
|
2010-07-12 23:17:25 +08:00
|
|
|
fuse_buf_copy;
|
|
|
|
fuse_buf_size;
|
2010-11-10 18:41:21 +08:00
|
|
|
fuse_fs_read_buf;
|
2010-11-10 18:41:21 +08:00
|
|
|
fuse_fs_write_buf;
|
2010-11-09 04:13:32 +08:00
|
|
|
fuse_lowlevel_notify_retrieve;
|
2010-11-09 01:38:23 +08:00
|
|
|
fuse_lowlevel_notify_store;
|
2010-07-12 23:17:25 +08:00
|
|
|
fuse_reply_data;
|
2010-11-09 00:11:46 +08:00
|
|
|
fuse_session_process_buf;
|
|
|
|
fuse_session_receive_buf;
|
2011-06-02 20:27:02 +08:00
|
|
|
fuse_start_cleanup_thread;
|
|
|
|
fuse_stop_cleanup_thread;
|
|
|
|
fuse_clean_cache;
|
2011-12-07 04:56:34 +08:00
|
|
|
fuse_lowlevel_notify_delete;
|
2012-04-20 20:17:39 +08:00
|
|
|
fuse_fs_flock;
|
2012-04-23 09:49:35 +08:00
|
|
|
fuse_fs_fallocate;
|
2016-10-03 11:52:33 +08:00
|
|
|
fuse_lowlevel_help;
|
|
|
|
fuse_lowlevel_version;
|
2016-10-10 08:08:29 +08:00
|
|
|
fuse_cmdline_help;
|
2016-10-18 11:20:21 +08:00
|
|
|
fuse_apply_conn_info_opts;
|
|
|
|
fuse_parse_conn_info_opts;
|
2019-11-03 17:44:31 +08:00
|
|
|
fuse_fs_lseek;
|
|
|
|
fuse_reply_lseek;
|
2006-02-17 23:49:25 +08:00
|
|
|
|
|
|
|
local:
|
2007-02-04 07:32:47 +08:00
|
|
|
*;
|
2012-07-20 00:47:51 +08:00
|
|
|
};
|
2016-10-03 01:10:29 +08:00
|
|
|
|
2017-07-07 21:25:41 +08:00
|
|
|
FUSE_3.1 {
|
|
|
|
global:
|
|
|
|
fuse_lib_help;
|
2017-08-07 18:41:33 +08:00
|
|
|
fuse_invalidate_path;
|
2017-09-20 03:26:51 +08:00
|
|
|
fuse_new_30;
|
2023-01-03 18:46:11 +08:00
|
|
|
fuse_new_31;
|
2017-09-20 03:26:51 +08:00
|
|
|
fuse_new;
|
2017-07-07 21:25:41 +08:00
|
|
|
} FUSE_3.0;
|
|
|
|
|
2017-08-24 20:37:10 +08:00
|
|
|
FUSE_3.2 {
|
|
|
|
global:
|
2017-09-20 03:26:51 +08:00
|
|
|
fuse_session_loop_mt;
|
2017-08-24 20:37:10 +08:00
|
|
|
fuse_session_loop_mt_31;
|
2020-08-09 19:37:26 +08:00
|
|
|
fuse_session_loop_mt_32;
|
2017-09-20 03:26:51 +08:00
|
|
|
fuse_loop_mt;
|
2017-08-24 20:37:10 +08:00
|
|
|
fuse_loop_mt_31;
|
|
|
|
} FUSE_3.1;
|
|
|
|
|
2018-08-31 15:44:04 +08:00
|
|
|
FUSE_3.3 {
|
|
|
|
global:
|
|
|
|
fuse_open_channel;
|
|
|
|
} FUSE_3.2;
|
|
|
|
|
2018-06-19 01:31:43 +08:00
|
|
|
FUSE_3.4 {
|
|
|
|
global:
|
|
|
|
fuse_fs_copy_file_range;
|
|
|
|
} FUSE_3.3;
|
|
|
|
|
2019-09-10 18:36:56 +08:00
|
|
|
FUSE_3.7 {
|
|
|
|
global:
|
|
|
|
fuse_set_log_func;
|
|
|
|
fuse_log;
|
2020-01-02 19:06:18 +08:00
|
|
|
} FUSE_3.4;
|
2019-09-10 18:36:56 +08:00
|
|
|
|
2022-04-09 04:30:27 +08:00
|
|
|
FUSE_3.12 {
|
|
|
|
global:
|
|
|
|
fuse_session_loop_mt;
|
|
|
|
fuse_session_loop_mt_312;
|
|
|
|
fuse_loop_mt;
|
|
|
|
fuse_loop_mt_32;
|
|
|
|
fuse_loop_mt_312;
|
|
|
|
fuse_loop_cfg_create;
|
|
|
|
fuse_loop_cfg_destroy;
|
|
|
|
fuse_loop_cfg_set_idle_threads;
|
2022-03-24 19:19:57 +08:00
|
|
|
fuse_loop_cfg_set_max_threads;
|
2022-04-09 04:30:27 +08:00
|
|
|
fuse_loop_cfg_set_clone_fd;
|
|
|
|
fuse_loop_cfg_convert;
|
2022-03-24 19:19:57 +08:00
|
|
|
fuse_parse_cmdline;
|
|
|
|
fuse_parse_cmdline_30;
|
|
|
|
fuse_parse_cmdline_312;
|
2022-10-27 23:52:10 +08:00
|
|
|
fuse_lowlevel_notify_expire_entry;
|
2022-04-09 04:30:27 +08:00
|
|
|
} FUSE_3.4;
|
|
|
|
|
2024-05-13 18:32:06 +08:00
|
|
|
FUSE_3.17 {
|
|
|
|
global:
|
|
|
|
_fuse_session_new_317;
|
|
|
|
_fuse_new;
|
|
|
|
_fuse_new_30;
|
|
|
|
_fuse_new_317;
|
|
|
|
fuse_main_real_317;
|
2024-05-13 21:30:25 +08:00
|
|
|
fuse_passthrough_open;
|
|
|
|
fuse_passthrough_close;
|
2024-06-02 05:18:35 +08:00
|
|
|
fuse_session_custom_io_30;
|
|
|
|
fuse_session_custom_io_317;
|
2024-07-11 05:04:46 +08:00
|
|
|
fuse_set_fail_signal_handlers;
|
|
|
|
fuse_log_enable_syslog;
|
|
|
|
fuse_log_close_syslog;
|
2024-05-13 18:32:06 +08:00
|
|
|
} FUSE_3.12;
|
|
|
|
|
2016-10-03 01:10:29 +08:00
|
|
|
# Local Variables:
|
|
|
|
# indent-tabs-mode: t
|
|
|
|
# End:
|