]> git.ipfire.org Git - thirdparty/util-linux.git/blame_incremental - shlibs/mount/docs/libmount-sections.txt
libmount: add functions for mount.<type> helpers
[thirdparty/util-linux.git] / shlibs / mount / docs / libmount-sections.txt
... / ...
CommitLineData
1<SECTION>
2<FILE>init</FILE>
3mnt_init_debug
4</SECTION>
5
6<SECTION>
7<FILE>version</FILE>
8mnt_parse_version_string
9mnt_get_library_version
10</SECTION>
11
12<SECTION>
13<FILE>utils</FILE>
14mnt_fstype_is_netfs
15mnt_fstype_is_pseudofs
16mnt_get_fstab_path
17mnt_get_mtab_path
18mnt_has_regular_mtab
19mnt_mangle
20mnt_match_fstype
21mnt_match_options
22mnt_unmangle
23</SECTION>
24
25<SECTION>
26<FILE>cache</FILE>
27mnt_cache
28mnt_cache_device_has_tag
29mnt_cache_find_tag_value
30mnt_cache_read_tags
31mnt_free_cache
32mnt_get_fstype
33mnt_new_cache
34mnt_resolve_path
35mnt_resolve_spec
36mnt_resolve_tag
37</SECTION>
38
39<SECTION>
40<FILE>optstr</FILE>
41mnt_optstr_append_option
42mnt_optstr_apply_flags
43mnt_optstr_get_flags
44mnt_optstr_get_option
45mnt_optstr_get_options
46mnt_optstr_next_option
47mnt_optstr_prepend_option
48mnt_optstr_remove_option
49mnt_optstr_set_option
50mnt_split_optstr
51</SECTION>
52
53<SECTION>
54<FILE>iter</FILE>
55mnt_iter
56mnt_free_iter
57mnt_iter_get_direction
58mnt_new_iter
59mnt_reset_iter
60</SECTION>
61
62<SECTION>
63<FILE>optmap</FILE>
64struct mnt_optmap
65mnt_get_builtin_optmap
66</SECTION>
67
68<SECTION>
69<FILE>lock</FILE>
70mnt_lock
71mnt_free_lock
72mnt_lock_file
73mnt_new_lock
74mnt_unlock_file
75</SECTION>
76
77<SECTION>
78<FILE>fs</FILE>
79mnt_fs
80mnt_copy_fs
81mnt_free_fs
82mnt_free_mntent
83mnt_fs_append_attributes
84mnt_fs_append_fs_options
85mnt_fs_append_options
86mnt_fs_append_userspace_options
87mnt_fs_append_vfs_options
88mnt_fs_get_attribute
89mnt_fs_get_attributes
90mnt_fs_get_bindsrc
91mnt_fs_get_devno
92mnt_fs_get_freq
93mnt_fs_get_fs_options
94mnt_fs_get_fstype
95mnt_fs_get_id
96mnt_fs_get_option
97mnt_fs_get_parent_id
98mnt_fs_get_passno
99mnt_fs_get_root
100mnt_fs_get_source
101mnt_fs_get_srcpath
102mnt_fs_get_tag
103mnt_fs_get_target
104mnt_fs_get_userdata
105mnt_fs_get_userspace_options
106mnt_fs_get_vfs_options
107mnt_fs_match_fstype
108mnt_fs_match_options
109mnt_fs_match_source
110mnt_fs_match_target
111mnt_fs_prepend_attributes
112mnt_fs_prepend_fs_options
113mnt_fs_prepend_options
114mnt_fs_prepend_userspace_options
115mnt_fs_prepend_vfs_options
116mnt_fs_print_debug
117mnt_fs_set_attributes
118mnt_fs_set_bindsrc
119mnt_fs_set_freq
120mnt_fs_set_fs_options
121mnt_fs_set_fstype
122mnt_fs_set_options
123mnt_fs_set_passno
124mnt_fs_set_root
125mnt_fs_set_source
126mnt_fs_set_target
127mnt_fs_set_userdata
128mnt_fs_set_userspace_options
129mnt_fs_set_vfs_options
130mnt_fs_strdup_options
131mnt_new_fs
132mnt_fs_to_mntent
133</SECTION>
134
135<SECTION>
136<FILE>tab</FILE>
137mnt_tab
138mnt_free_tab
139mnt_new_tab
140mnt_new_tab_from_dir
141mnt_new_tab_from_file
142mnt_tab_add_fs
143mnt_tab_find_next_fs
144mnt_tab_find_pair
145mnt_tab_find_source
146mnt_tab_find_srcpath
147mnt_tab_find_tag
148mnt_tab_find_target
149mnt_tab_get_cache
150mnt_tab_get_name
151mnt_tab_get_nents
152mnt_tab_get_root_fs
153mnt_tab_next_child_fs
154mnt_tab_next_fs
155mnt_tab_parse_file
156mnt_tab_parse_fstab
157mnt_tab_parse_mtab
158mnt_tab_parse_stream
159mnt_tab_remove_fs
160mnt_tab_set_cache
161mnt_tab_set_iter
162mnt_tab_set_parser_errcb
163</SECTION>
164
165<SECTION>
166<FILE>update</FILE>
167mnt_update
168mnt_free_update
169mnt_new_update
170mnt_update_force_rdonly
171mnt_update_get_filename
172mnt_update_get_fs
173mnt_update_get_mountflags
174mnt_update_is_ready
175mnt_update_set_fs
176mnt_update_tab
177</SECTION>
178
179<SECTION>
180<FILE>context</FILE>
181mnt_context
182mnt_context_append_options
183mnt_context_apply_fstab
184mnt_context_disable_canonicalize
185mnt_context_disable_helpers
186mnt_context_disable_mtab
187mnt_context_do_mount
188mnt_context_do_umount
189mnt_context_enable_fake
190mnt_context_enable_force
191mnt_context_enable_lazy
192mnt_context_enable_loopdel
193mnt_context_enable_rdonly_umount
194mnt_context_enable_sloppy
195mnt_context_enable_verbose
196mnt_context_get_cache
197mnt_context_get_fs
198mnt_context_get_fstab
199mnt_context_get_lock
200mnt_context_get_mountflags
201mnt_context_get_mtab
202mnt_context_get_status
203mnt_context_get_userspace_mountflags
204mnt_context_is_restricted
205mnt_context_set_cache
206mnt_context_set_fs
207mnt_context_set_fstab
208mnt_context_set_fstype
209mnt_context_set_fstype_pattern
210mnt_context_set_mountdata
211mnt_context_set_mountflags
212mnt_context_set_options
213mnt_context_set_options_pattern
214mnt_context_set_optsmode
215mnt_context_set_source
216mnt_context_set_target
217mnt_context_set_userspace_mountflags
218mnt_context_strerror
219mnt_free_context
220mnt_new_context
221mnt_reset_context
222</SECTION>
223