Searched refs:probe_swap1 (Results 1 – 1 of 1) sorted by relevance
/third_party/e2fsprogs/lib/blkid/ |
D | probe.c | 945 static int probe_swap1(struct blkid_probe *probe, in probe_swap1() function 1611 { "swap", 0, 0xff6, 10, "SWAPSPACE2", probe_swap1 }, 1612 { "swsuspend", 0, 0xff6, 9, "S1SUSPEND", probe_swap1 }, 1613 { "swsuspend", 0, 0xff6, 9, "S2SUSPEND", probe_swap1 }, 1614 { "swsuspend", 0, 0xff6, 9, "ULSUSPEND", probe_swap1 }, 1616 { "swap", 0, 0x1ff6, 10, "SWAPSPACE2", probe_swap1 }, 1617 { "swsuspend", 0, 0x1ff6, 9, "S1SUSPEND", probe_swap1 }, 1618 { "swsuspend", 0, 0x1ff6, 9, "S2SUSPEND", probe_swap1 }, 1619 { "swsuspend", 0, 0x1ff6, 9, "ULSUSPEND", probe_swap1 }, 1621 { "swap", 0, 0x3ff6, 10, "SWAPSPACE2", probe_swap1 }, [all …]
|