summaryrefslogtreecommitdiffstats
path: root/libmount/docs
diff options
context:
space:
mode:
authorVaclav Dolezal2018-02-19 18:45:55 +0100
committerKarel Zak2018-06-11 15:49:48 +0200
commit4917d842ea6feb1e815f701826dadbef3feb066f (patch)
tree4b88decd9a37c99ac94f190a40ab2fedd273faaf /libmount/docs
parentwipefs: postpone BLKRRPART until all is done (diff)
downloadkernel-qcow2-util-linux-4917d842ea6feb1e815f701826dadbef3feb066f.tar.gz
kernel-qcow2-util-linux-4917d842ea6feb1e815f701826dadbef3feb066f.tar.xz
kernel-qcow2-util-linux-4917d842ea6feb1e815f701826dadbef3feb066f.zip
libmount: add support for switching namespaces
[kzak@redhat.com: - cosmetic changes, add some comments] Signed-off-by: Vaclav Dolezal <vdolezal@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r--libmount/docs/libmount-sections.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt
index dea724b2f..811726bb2 100644
--- a/libmount/docs/libmount-sections.txt
+++ b/libmount/docs/libmount-sections.txt
@@ -20,6 +20,7 @@ mnt_resolve_target
<SECTION>
<FILE>context</FILE>
libmnt_context
+libmnt_ns
mnt_free_context
mnt_new_context
mnt_reset_context
@@ -53,11 +54,13 @@ mnt_context_get_mtab
mnt_context_get_mtab_userdata
mnt_context_get_options
mnt_context_get_optsmode
+mnt_context_get_origin_ns
mnt_context_get_source
mnt_context_get_status
mnt_context_get_syscall_errno
mnt_context_get_table
mnt_context_get_target
+mnt_context_get_target_ns
mnt_context_get_user_mflags
mnt_context_helper_executed
mnt_context_helper_setopt
@@ -95,8 +98,12 @@ mnt_context_set_source
mnt_context_set_syscall_status
mnt_context_set_tables_errcb
mnt_context_set_target
+mnt_context_set_target_ns
mnt_context_set_user_mflags
mnt_context_strerror
+mnt_context_switch_ns
+mnt_context_switch_origin_ns
+mnt_context_switch_target_ns
mnt_context_syscall_called
mnt_context_tab_applied
mnt_context_wait_for_children
@@ -110,6 +117,7 @@ MNT_ERR_NOFSTYPE
MNT_ERR_NOSOURCE
MNT_ERR_LOOPOVERLAP
MNT_ERR_LOCK
+MNT_ERR_NAMESPACE
<SUBSECTION>
MNT_EX_SUCCESS
MNT_EX_USAGE