summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
blob: b6cf39015858816d91176c20b69c887b147d376c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/*
 * The symbol versioning ensures that a new application requiring symbol foo;
 * can't run with old libblkid.so not providing foo;
 * version info can't enforce this since we never change the SONAME.
 */
MOUNT_2.19 {
global:
	mnt_cache_device_has_tag;
	mnt_cache_find_path;
	mnt_cache_find_tag;
	mnt_cache_find_tag_value;
	mnt_cache_read_tags;
	mnt_copy_fs;
	mnt_free_cache;
	mnt_free_fs;
	mnt_free_iter;
	mnt_free_lock;
	mnt_free_mtab;
	mnt_free_optls;
	mnt_free_tab;
	mnt_fs_append_optstr;
	mnt_fs_append_userspace_optstr;
	mnt_fs_get_devno;
	mnt_fs_get_freq;
	mnt_fs_get_fs_optstr;
	mnt_fs_get_fstype;
	mnt_fs_get_id;
	mnt_fs_get_option;
	mnt_fs_get_optstr;
	mnt_fs_get_parent_id;
	mnt_fs_get_passno;
	mnt_fs_get_root;
	mnt_fs_get_source;
	mnt_fs_get_srcpath;
	mnt_fs_get_tag;
	mnt_fs_get_target;
	mnt_fs_get_userdata;
	mnt_fs_get_vfs_optstr;
	mnt_fs_match_fstype;
	mnt_fs_match_options;
	mnt_fs_match_source;
	mnt_fs_match_target;
	mnt_fs_prepend_optstr;
	mnt_fs_print_debug;
	mnt_fs_set_freq;
	mnt_fs_set_fstype;
	mnt_fs_set_optstr;
	mnt_fs_set_passno;
	mnt_fs_set_root;
	mnt_fs_set_source;
	mnt_fs_set_target;
	mnt_fs_set_userdata;
	mnt_fstype_is_netfs;
	mnt_fstype_is_pseudofs;
	mnt_get_builtin_optmap;
	mnt_get_library_version;
	mnt_get_writable_mtab_path;
	mnt_init_debug;
	mnt_iter_get_direction;
	mnt_lock_file;
	mnt_lock_get_linkfile;
	mnt_lock_get_lockfile;
	mnt_mangle;
	mnt_match_fstype;
	mnt_match_options;
	mnt_new_cache;
	mnt_new_fs;
	mnt_new_iter;
	mnt_new_lock;
	mnt_new_mtab;
	mnt_new_optls;
	mnt_new_tab;
	mnt_new_tab_from_file;
	mnt_optstr_append_option;
	mnt_optstr_get_mountflags;
	mnt_optstr_get_option;
	mnt_optstr_get_userspace_mountflags;
	mnt_optstr_next_option;
	mnt_optstr_prepend_option;
	mnt_optstr_remove_option;
	mnt_optstr_set_option;
	mnt_optstr_fix_gid;
	mnt_optstr_fix_selinux;
	mnt_optstr_fix_uid;
	mnt_parse_version_string;
	mnt_reset_iter;
	mnt_resolve_path;
	mnt_resolve_spec;
	mnt_resolve_tag;
	mnt_split_optstr;
	mnt_tab_add_fs;
	mnt_tab_find_next_fs;
	mnt_tab_find_source;
	mnt_tab_find_srcpath;
	mnt_tab_find_tag;
	mnt_tab_find_target;
	mnt_tab_get_cache;
	mnt_tab_get_name;
	mnt_tab_get_nents;
	mnt_tab_get_root_fs;
	mnt_tab_next_child_fs;
	mnt_tab_next_fs;
	mnt_tab_parse_file;
	mnt_tab_parse_fstab;
	mnt_tab_parse_mtab;
	mnt_tab_parse_stream;
	mnt_tab_remove_fs;
	mnt_tab_set_cache;
	mnt_tab_set_iter;
	mnt_tab_set_parser_errcb;
	mnt_tab_update_file;
	mnt_unlock_file;
	mnt_unmangle;
	mnt_update_disable_lock;
	mnt_update_get_lock;
	mnt_update_mtab;
	mnt_update_prepare_update;
	mnt_update_set_action;
	mnt_update_set_filename;
	mnt_update_set_format;
	mnt_update_set_fs;
	mnt_update_set_mountflags;
	mnt_update_set_old_target;
local:
	*;
};