Home
last modified time | relevance | path

Searched refs:libmount_parse (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/shared/
Dlibmount-util.h14 static inline int libmount_parse( in libmount_parse() function
Dmount-util.c99 r = libmount_parse("/proc/self/mountinfo", NULL, &table, &iter); in umount_recursive()
235 r = libmount_parse("/proc/self/mountinfo", proc_self_mountinfo, &table, &iter); in bind_remount_recursive_with_mountinfo()
/systemd-251/src/test/
Dtest-libmount.c27 assert_se(libmount_parse(title, f, &table, &iter) >= 0); in test_libmount_unescaping_one()
/systemd-251/src/shutdown/
Dumount.c70 r = libmount_parse(mountinfo, NULL, &table, &iter); in mount_points_list_get()
/systemd-251/src/mount/
Dmount-tool.c739 r = libmount_parse(NULL, NULL, &table, &iter); in find_mount_points()
/systemd-251/src/core/
Dmount.c1753 r = libmount_parse(NULL, NULL, &table, &iter); in mount_load_proc_self_mountinfo()