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