Searched refs:libmount_parse (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/shared/ |
D | libmount-util.h | 14 static inline int libmount_parse( in libmount_parse() function
|
D | mount-util.c | 99 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/ |
D | test-libmount.c | 27 assert_se(libmount_parse(title, f, &table, &iter) >= 0); in test_libmount_unescaping_one()
|
/systemd-251/src/shutdown/ |
D | umount.c | 70 r = libmount_parse(mountinfo, NULL, &table, &iter); in mount_points_list_get()
|
/systemd-251/src/mount/ |
D | mount-tool.c | 739 r = libmount_parse(NULL, NULL, &table, &iter); in find_mount_points()
|
/systemd-251/src/core/ |
D | mount.c | 1753 r = libmount_parse(NULL, NULL, &table, &iter); in mount_load_proc_self_mountinfo()
|