Searched refs:swap_list_get (Results 1 – 3 of 3) sorted by relevance
32 int swap_list_get(const char *swaps, MountPoint **head);
55 r = swap_list_get(fname, &mp_list_head); in test_swap_list_one()
177 int swap_list_get(const char *swaps, MountPoint **head) { in swap_list_get() function806 r = swap_list_get(NULL, &swap_list_head); in swapoff_all()