Searched refs:mount_points_list_get (Results 1 – 3 of 3) sorted by relevance
30 int mount_points_list_get(const char *mountinfo, MountPoint **head);
24 assert_se(mount_points_list_get(fname, &mp_list_head) >= 0); in test_mount_points_list_one()
63 int mount_points_list_get(const char *mountinfo, MountPoint **head) { in mount_points_list_get() function771 r = mount_points_list_get(NULL, &mp_list_head); in umount_all_once()