2004-12-04 08:40:50 +08:00
|
|
|
FUSE_2.2 {
|
|
|
|
global:
|
|
|
|
fuse_destroy;
|
|
|
|
fuse_exit;
|
2004-12-08 00:46:42 +08:00
|
|
|
fuse_exited;
|
2004-12-04 08:40:50 +08:00
|
|
|
fuse_invalidate;
|
|
|
|
fuse_is_lib_option;
|
|
|
|
fuse_loop;
|
|
|
|
fuse_loop_mt;
|
2004-12-08 00:46:42 +08:00
|
|
|
fuse_loop_mt_proc;
|
2004-12-12 19:45:24 +08:00
|
|
|
fuse_main;
|
2004-12-08 00:46:42 +08:00
|
|
|
fuse_main_compat1;
|
|
|
|
fuse_main_compat2;
|
|
|
|
fuse_mount_compat1;
|
|
|
|
fuse_new_compat1;
|
|
|
|
fuse_new_compat2;
|
|
|
|
fuse_process_cmd;
|
|
|
|
fuse_read_cmd;
|
2005-08-15 22:39:35 +08:00
|
|
|
fuse_set_getcontext_func;
|
|
|
|
fuse_setup_compat2;
|
|
|
|
};
|
|
|
|
|
|
|
|
FUSE_2.4 {
|
|
|
|
global:
|
|
|
|
fuse_add_dirent;
|
|
|
|
fuse_chan_bufsize;
|
|
|
|
fuse_chan_data;
|
|
|
|
fuse_chan_destroy;
|
|
|
|
fuse_chan_fd;
|
|
|
|
fuse_chan_receive;
|
|
|
|
fuse_chan_send;
|
|
|
|
fuse_chan_session;
|
|
|
|
fuse_dirent_size;
|
|
|
|
fuse_kern_chan_new;
|
|
|
|
fuse_lowlevel_is_lib_option;
|
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_add_chan;
|
|
|
|
fuse_session_destroy;
|
|
|
|
fuse_session_exit;
|
|
|
|
fuse_session_exited;
|
|
|
|
fuse_session_loop;
|
|
|
|
fuse_session_loop_mt;
|
|
|
|
fuse_session_new;
|
|
|
|
fuse_session_next_chan;
|
|
|
|
fuse_session_process;
|
|
|
|
fuse_session_reset;
|
2005-11-07 23:30:48 +08:00
|
|
|
} FUSE_2.2;
|
|
|
|
|
|
|
|
FUSE_2.5 {
|
|
|
|
global:
|
2006-01-07 02:29:40 +08:00
|
|
|
fuse_lowlevel_new_compat;
|
2005-11-12 05:32:42 +08:00
|
|
|
fuse_main_real_compat22;
|
2006-01-07 02:29:40 +08:00
|
|
|
fuse_mount_compat22;
|
2005-11-12 05:32:42 +08:00
|
|
|
fuse_new_compat22;
|
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_open_compat;
|
|
|
|
fuse_reply_statfs;
|
2005-11-07 23:30:48 +08:00
|
|
|
fuse_reply_statfs_compat;
|
2005-11-12 05:32:42 +08:00
|
|
|
fuse_setup_compat22;
|
2006-01-07 02:29:40 +08:00
|
|
|
fuse_set_signal_handlers;
|
2006-01-20 23:15:21 +08:00
|
|
|
} FUSE_2.4;
|
|
|
|
|
|
|
|
FUSE_2.6 {
|
|
|
|
global:
|
2006-02-17 23:49:25 +08:00
|
|
|
fuse_add_direntry;
|
2006-03-17 23:56:05 +08:00
|
|
|
fuse_chan_new;
|
|
|
|
fuse_chan_new_compat24;
|
2006-09-07 14:02:44 +08:00
|
|
|
fuse_chan_recv;
|
2006-03-17 23:05:40 +08:00
|
|
|
fuse_daemonize;
|
|
|
|
fuse_get_session;
|
2006-09-07 14:02:44 +08:00
|
|
|
fuse_interrupted;
|
2006-01-20 23:15:21 +08:00
|
|
|
fuse_lowlevel_new;
|
|
|
|
fuse_lowlevel_new_compat25;
|
|
|
|
fuse_main_real;
|
|
|
|
fuse_main_real_compat25;
|
2006-03-17 23:05:40 +08:00
|
|
|
fuse_mount;
|
|
|
|
fuse_mount_compat25;
|
2006-01-20 23:15:21 +08:00
|
|
|
fuse_new;
|
|
|
|
fuse_new_compat25;
|
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-17 23:05:40 +08:00
|
|
|
fuse_session_remove_chan;
|
2006-01-20 23:15:21 +08:00
|
|
|
fuse_setup;
|
|
|
|
fuse_setup_compat25;
|
2006-03-17 23:05:40 +08:00
|
|
|
fuse_teardown;
|
|
|
|
fuse_teardown_compat22;
|
2006-03-01 17:40:35 +08:00
|
|
|
fuse_unmount;
|
|
|
|
fuse_unmount_compat22;
|
2007-02-04 07:32:47 +08:00
|
|
|
} FUSE_2.5;
|
|
|
|
|
|
|
|
FUSE_2.7 {
|
|
|
|
global:
|
|
|
|
fuse_fs_access;
|
|
|
|
fuse_fs_bmap;
|
|
|
|
fuse_fs_chmod;
|
|
|
|
fuse_fs_chown;
|
|
|
|
fuse_fs_create;
|
|
|
|
fuse_fs_destroy;
|
|
|
|
fuse_fs_fgetattr;
|
|
|
|
fuse_fs_flush;
|
|
|
|
fuse_fs_fsync;
|
|
|
|
fuse_fs_fsyncdir;
|
|
|
|
fuse_fs_ftruncate;
|
|
|
|
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;
|
|
|
|
fuse_register_module;
|
2007-07-02 19:29:19 +08:00
|
|
|
fuse_reply_iov;
|
2007-06-21 05:37:58 +08:00
|
|
|
fuse_version;
|
2008-10-17 03:11:28 +08:00
|
|
|
} FUSE_2.6;
|
|
|
|
|
2009-06-18 17:26:22 +08:00
|
|
|
FUSE_2.7.5 {
|
|
|
|
global:
|
|
|
|
fuse_reply_bmap;
|
|
|
|
} FUSE_2.7;
|
|
|
|
|
2008-10-17 03:11:28 +08:00
|
|
|
FUSE_2.8 {
|
|
|
|
global:
|
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;
|
|
|
|
fuse_session_data;
|
2010-06-17 19:54:26 +08:00
|
|
|
} FUSE_2.7.5;
|
|
|
|
|
|
|
|
FUSE_2.9 {
|
|
|
|
global:
|
2010-07-12 23:17:25 +08:00
|
|
|
fuse_buf_copy;
|
|
|
|
fuse_buf_size;
|
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;
|
2006-02-17 23:49:25 +08:00
|
|
|
|
|
|
|
local:
|
2007-02-04 07:32:47 +08:00
|
|
|
*;
|
2010-06-17 19:54:26 +08:00
|
|
|
} FUSE_2.8;
|