]> git.ipfire.org Git - thirdparty/util-linux.git/blame - libmount/docs/libmount-sections.txt
fsck: use libmount fs reference counter
[thirdparty/util-linux.git] / libmount / docs / libmount-sections.txt
CommitLineData
3d735589
KZ
1<SECTION>
2<FILE>cache</FILE>
e6ecd606 3libmnt_cache
63de90d4
KZ
4mnt_new_cache
5mnt_free_cache
3d735589
KZ
6mnt_cache_device_has_tag
7mnt_cache_find_tag_value
0f32f1e2 8mnt_cache_read_tags
0f32f1e2 9mnt_get_fstype
63de90d4 10mnt_pretty_path
3d735589 11mnt_resolve_path
3d735589 12mnt_resolve_spec
0f32f1e2 13mnt_resolve_tag
3d735589
KZ
14</SECTION>
15
16<SECTION>
63de90d4 17<FILE>context</FILE>
e6ecd606 18libmnt_context
63de90d4
KZ
19mnt_free_context
20mnt_new_context
21mnt_reset_context
22mnt_context_append_options
23mnt_context_apply_fstab
24mnt_context_disable_canonicalize
25mnt_context_disable_helpers
26mnt_context_disable_mtab
e39cbb76 27mnt_context_disable_swapmatch
63de90d4
KZ
28mnt_context_enable_fake
29mnt_context_enable_force
ee314075 30mnt_context_enable_fork
63de90d4
KZ
31mnt_context_enable_lazy
32mnt_context_enable_loopdel
33mnt_context_enable_rdonly_umount
34mnt_context_enable_sloppy
35mnt_context_enable_verbose
36mnt_context_get_cache
37mnt_context_get_fs
38mnt_context_get_fstab
32953aeb 39mnt_context_get_fstab_userdata;
63de90d4 40mnt_context_get_fstype
32953aeb 41mnt_context_get_fs_userdata;
ee314075 42mnt_context_get_helper_status
63de90d4
KZ
43mnt_context_get_lock
44mnt_context_get_mflags
45mnt_context_get_mtab
32953aeb 46mnt_context_get_mtab_userdata;
5d451abb 47mnt_context_get_options
63de90d4
KZ
48mnt_context_get_optsmode
49mnt_context_get_source
50mnt_context_get_status
ee314075 51mnt_context_get_syscall_errno
63de90d4
KZ
52mnt_context_get_table
53mnt_context_get_target
54mnt_context_get_user_mflags
ee314075 55mnt_context_helper_executed
63de90d4
KZ
56mnt_context_helper_setopt
57mnt_context_init_helper
ee314075 58mnt_context_is_child
63de90d4
KZ
59mnt_context_is_fake
60mnt_context_is_force
ee314075 61mnt_context_is_fork
63de90d4
KZ
62mnt_context_is_fs_mounted
63mnt_context_is_lazy
379e8439
KZ
64mnt_context_is_loopdel
65mnt_context_is_nocanonicalize
66mnt_context_is_nohelpers
63de90d4 67mnt_context_is_nomtab
ee314075 68mnt_context_is_parent
63de90d4
KZ
69mnt_context_is_rdonly_umount
70mnt_context_is_restricted
71mnt_context_is_sloppy
e39cbb76 72mnt_context_is_swapmatch
63de90d4 73mnt_context_is_verbose
ee314075 74mnt_context_reset_status
63de90d4
KZ
75mnt_context_set_cache
76mnt_context_set_fs
77mnt_context_set_fstab
78mnt_context_set_fstype
79mnt_context_set_fstype_pattern
80mnt_context_set_mflags
81mnt_context_set_mountdata
82mnt_context_set_options
83mnt_context_set_options_pattern
84mnt_context_set_optsmode
ee314075 85mnt_context_set_passwd_cb
63de90d4
KZ
86mnt_context_set_source
87mnt_context_set_syscall_status
88mnt_context_set_tables_errcb
89mnt_context_set_target
90mnt_context_set_user_mflags
91mnt_context_strerror
ee314075 92mnt_context_syscall_called
e39cbb76 93mnt_context_tab_applied
ee314075 94mnt_context_wait_for_children
a3bb7e65
KZ
95<SUBSECTION>
96MNT_ERR_AMBIFS
97MNT_ERR_APPLYFLAGS
98MNT_ERR_LOOPDEV
99MNT_ERR_MOUNTOPT
100MNT_ERR_NOFSTAB
101MNT_ERR_NOFSTYPE
102MNT_ERR_NOSOURCE
3d735589
KZ
103</SECTION>
104
105<SECTION>
63de90d4
KZ
106<FILE>context-mount</FILE>
107mnt_context_do_mount
108mnt_context_finalize_mount
109mnt_context_mount
110mnt_context_next_mount
111mnt_context_prepare_mount
e6ecd606
KZ
112<SUBSECTION>
113MNT_MS_COMMENT
114MNT_MS_GROUP
115MNT_MS_HELPER
116MNT_MS_LOOP
117MNT_MS_NETDEV
118MNT_MS_NOAUTO
119MNT_MS_NOFAIL
120MNT_MS_OFFSET
121MNT_MS_OWNER
122MNT_MS_SIZELIMIT
ee314075 123MNT_MS_ENCRYPTION
e6ecd606
KZ
124MNT_MS_UHELPER
125MNT_MS_USER
126MNT_MS_USERS
127MNT_MS_XCOMMENT
128<SUBSECTION>
129MS_BIND
130MS_DIRSYNC
131MS_I_VERSION
132MS_MANDLOCK
133MS_MGC_MSK
134MS_MGC_VAL
135MS_MOVE
136MS_NOATIME
137MS_NODEV
138MS_NODIRATIME
139MS_NOEXEC
140MS_NOSUID
141MS_OWNERSECURE
142MS_PRIVATE
143MS_PROPAGATION
144MS_RDONLY
145MS_REC
146MS_RELATIME
147MS_REMOUNT
148MS_SECURE
149MS_SHARED
150MS_SILENT
151MS_SLAVE
152MS_STRICTATIME
153MS_SYNCHRONOUS
154MS_UNBINDABLE
3d735589
KZ
155</SECTION>
156
3d735589 157<SECTION>
63de90d4 158<FILE>context-umount</FILE>
a3bb7e65 159mnt_context_find_umount_fs
63de90d4
KZ
160mnt_context_do_umount
161mnt_context_finalize_umount
ee314075 162mnt_context_next_umount
63de90d4
KZ
163mnt_context_prepare_umount
164mnt_context_umount
3d735589
KZ
165</SECTION>
166
3d735589
KZ
167<SECTION>
168<FILE>fs</FILE>
e6ecd606 169libmnt_fs
0f32f1e2 170mnt_copy_fs
3d735589 171mnt_free_fs
0f32f1e2 172mnt_free_mntent
26d0c0ae
KZ
173mnt_ref_fs
174mnt_unref_fs
0f32f1e2 175mnt_fs_append_attributes
7b1333fa 176mnt_fs_append_comment
0f32f1e2 177mnt_fs_append_options
0f32f1e2
KZ
178mnt_fs_get_attribute
179mnt_fs_get_attributes
180mnt_fs_get_bindsrc
7b1333fa 181mnt_fs_get_comment
0f32f1e2
KZ
182mnt_fs_get_devno
183mnt_fs_get_freq
184mnt_fs_get_fs_options
185mnt_fs_get_fstype
186mnt_fs_get_id
187mnt_fs_get_option
e47a1931 188mnt_fs_get_optional_fields
63de90d4 189mnt_fs_get_options
0f32f1e2
KZ
190mnt_fs_get_parent_id
191mnt_fs_get_passno
ce4dd666 192mnt_fs_get_priority
4b9d67a2 193mnt_fs_get_propagation
0f32f1e2 194mnt_fs_get_root
ce4dd666 195mnt_fs_get_size
3d735589 196mnt_fs_get_source
3d735589 197mnt_fs_get_srcpath
ce4dd666 198mnt_fs_get_swaptype
3d735589
KZ
199mnt_fs_get_tag
200mnt_fs_get_target
a3bb7e65 201mnt_fs_get_tid
ce4dd666 202mnt_fs_get_usedsize
0f32f1e2 203mnt_fs_get_userdata
68164f6c 204mnt_fs_get_user_options
0f32f1e2 205mnt_fs_get_vfs_options
63de90d4 206mnt_fs_is_kernel
ee314075
KZ
207mnt_fs_is_netfs
208mnt_fs_is_pseudofs
6699e742 209mnt_fs_is_swaparea
3d735589
KZ
210mnt_fs_match_fstype
211mnt_fs_match_options
0f32f1e2
KZ
212mnt_fs_match_source
213mnt_fs_match_target
214mnt_fs_prepend_attributes
0f32f1e2 215mnt_fs_prepend_options
3d735589 216mnt_fs_print_debug
0f32f1e2
KZ
217mnt_fs_set_attributes
218mnt_fs_set_bindsrc
7b1333fa 219mnt_fs_set_comment
0f32f1e2 220mnt_fs_set_freq
0f32f1e2
KZ
221mnt_fs_set_fstype
222mnt_fs_set_options
223mnt_fs_set_passno
224mnt_fs_set_root
225mnt_fs_set_source
226mnt_fs_set_target
227mnt_fs_set_userdata
0f32f1e2 228mnt_fs_strdup_options
6699e742
KZ
229mnt_fs_streq_srcpath
230mnt_fs_streq_target
0f32f1e2 231mnt_fs_to_mntent
63de90d4
KZ
232mnt_new_fs
233mnt_reset_fs
234</SECTION>
235
236<SECTION>
237<FILE>init</FILE>
238mnt_init_debug
239</SECTION>
240
241<SECTION>
242<FILE>iter</FILE>
e6ecd606 243libmnt_iter
63de90d4
KZ
244mnt_free_iter
245mnt_iter_get_direction
246mnt_new_iter
247mnt_reset_iter
248</SECTION>
249
250<SECTION>
251<FILE>lock</FILE>
e6ecd606 252libmnt_lock
63de90d4
KZ
253mnt_free_lock
254mnt_lock_file
255mnt_new_lock
256mnt_unlock_file
257mnt_lock_block_signals
258</SECTION>
259
260<SECTION>
261<FILE>optmap</FILE>
262mnt_get_builtin_optmap
e6ecd606
KZ
263MNT_INVERT
264MNT_NOMTAB
265MNT_PREFIX
ee314075 266MNT_NOHLPS
63de90d4
KZ
267</SECTION>
268
269<SECTION>
270<FILE>optstr</FILE>
271mnt_optstr_append_option
272mnt_optstr_apply_flags
6870636c 273mnt_optstr_deduplicate_option
63de90d4
KZ
274mnt_optstr_get_flags
275mnt_optstr_get_option
276mnt_optstr_get_options
277mnt_optstr_next_option
278mnt_optstr_prepend_option
279mnt_optstr_remove_option
280mnt_optstr_set_option
281mnt_split_optstr
3d735589
KZ
282</SECTION>
283
284<SECTION>
63de90d4 285<FILE>table</FILE>
e6ecd606 286libmnt_table
68164f6c
KZ
287mnt_free_table
288mnt_new_table
63de90d4 289mnt_reset_table
68164f6c
KZ
290mnt_new_table_from_dir
291mnt_new_table_from_file
292mnt_table_add_fs
7b1333fa
OO
293mnt_table_append_intro_comment
294mnt_table_append_trailing_comment
295mnt_table_enable_comments
677ff053 296mnt_table_find_devno
dcc15ce5 297mnt_table_find_mountpoint
68164f6c
KZ
298mnt_table_find_next_fs
299mnt_table_find_pair
300mnt_table_find_source
301mnt_table_find_srcpath
302mnt_table_find_tag
303mnt_table_find_target
686a6467 304mnt_table_first_fs
68164f6c 305mnt_table_get_cache
7b1333fa 306mnt_table_get_intro_comment
68164f6c
KZ
307mnt_table_get_nents
308mnt_table_get_root_fs
7b1333fa 309mnt_table_get_trailing_comment
f8271ff8 310mnt_table_get_userdata
a2f17bb2 311mnt_table_is_empty
63de90d4 312mnt_table_is_fs_mounted
686a6467 313mnt_table_last_fs
68164f6c
KZ
314mnt_table_next_child_fs
315mnt_table_next_fs
ee314075 316mnt_table_parse_dir
ce4dd666 317mnt_table_parse_file
68164f6c
KZ
318mnt_table_parse_fstab
319mnt_table_parse_mtab
320mnt_table_parse_stream
ce4dd666 321mnt_table_parse_swaps
68164f6c
KZ
322mnt_table_remove_fs
323mnt_table_set_cache
7b1333fa 324mnt_table_set_intro_comment
68164f6c
KZ
325mnt_table_set_iter
326mnt_table_set_parser_errcb
7b1333fa 327mnt_table_set_trailing_comment
f8271ff8
KZ
328mnt_table_set_userdata
329mnt_table_with_comments
0f32f1e2
KZ
330</SECTION>
331
63de90d4
KZ
332<SECTION>
333<FILE>tabdiff</FILE>
e6ecd606 334libmnt_tabdiff
63de90d4
KZ
335mnt_new_tabdiff
336mnt_free_tabdiff
337mnt_tabdiff_next_change
338mnt_diff_tables
339</SECTION>
340
0f32f1e2
KZ
341<SECTION>
342<FILE>update</FILE>
e6ecd606 343libmnt_update
0f32f1e2
KZ
344mnt_free_update
345mnt_new_update
7b1333fa
OO
346mnt_table_replace_file
347mnt_table_write_file
0f32f1e2
KZ
348mnt_update_force_rdonly
349mnt_update_get_filename
350mnt_update_get_fs
68164f6c 351mnt_update_get_mflags
0f32f1e2
KZ
352mnt_update_is_ready
353mnt_update_set_fs
68164f6c 354mnt_update_table
0f32f1e2
KZ
355</SECTION>
356
357<SECTION>
63de90d4
KZ
358<FILE>utils</FILE>
359mnt_fstype_is_netfs
360mnt_fstype_is_pseudofs
361mnt_get_fstab_path
a3bb7e65 362mnt_get_mountpoint
63de90d4 363mnt_get_mtab_path
ce4dd666 364mnt_get_swaps_path
63de90d4
KZ
365mnt_has_regular_mtab
366mnt_mangle
367mnt_match_fstype
368mnt_match_options
369mnt_unmangle
3d735589 370</SECTION>
0f32f1e2 371
63de90d4
KZ
372<SECTION>
373<FILE>version</FILE>
374mnt_parse_version_string
375mnt_get_library_version
ee314075 376mnt_get_library_features
e6ecd606 377LIBMOUNT_VERSION
63de90d4 378</SECTION>