summaryrefslogtreecommitdiffstats
path: root/libmount/docs
diff options
context:
space:
mode:
authorKarel Zak2019-02-21 13:49:39 +0100
committerKarel Zak2019-02-21 13:49:39 +0100
commit911e694528618b52ce23e4e29a7a85ee9f4edf05 (patch)
tree9defd927b8e8b12ad9101992b53b8e14b9ae03c1 /libmount/docs
parentlscpu: document --hex output regression (since v2.30) (diff)
downloadkernel-qcow2-util-linux-911e694528618b52ce23e4e29a7a85ee9f4edf05.tar.gz
kernel-qcow2-util-linux-911e694528618b52ce23e4e29a7a85ee9f4edf05.tar.xz
kernel-qcow2-util-linux-911e694528618b52ce23e4e29a7a85ee9f4edf05.zip
libmount: add mnt_table_{find,insert,move}_fs()
Add functions to insert FS into table to specified position and to move FS between two tables. Co-Author: Tim Hildering <hilderingt@posteo.net> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/docs')
-rw-r--r--libmount/docs/libmount-sections.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmount/docs/libmount-sections.txt b/libmount/docs/libmount-sections.txt
index 3df4a9b0b..6767b0069 100644
--- a/libmount/docs/libmount-sections.txt
+++ b/libmount/docs/libmount-sections.txt
@@ -329,6 +329,7 @@ mnt_table_append_intro_comment
mnt_table_append_trailing_comment
mnt_table_enable_comments
mnt_table_find_devno
+mnt_table_find_fs
mnt_table_find_mountpoint
mnt_table_find_next_fs
mnt_table_find_pair
@@ -344,9 +345,11 @@ mnt_table_get_nents
mnt_table_get_root_fs
mnt_table_get_trailing_comment
mnt_table_get_userdata
+mnt_table_insert_fs
mnt_table_is_empty
mnt_table_is_fs_mounted
mnt_table_last_fs
+mnt_table_move_fs
mnt_table_next_child_fs
mnt_table_next_fs
mnt_table_parse_dir
@@ -362,8 +365,8 @@ mnt_table_set_iter
mnt_table_set_parser_errcb
mnt_table_set_trailing_comment
mnt_table_set_userdata
-mnt_table_with_comments
mnt_table_uniq_fs
+mnt_table_with_comments
</SECTION>
<SECTION>