swap_type_of
int swap_type_of(dev_t device, sector_t offset);
res = swap_type_of(swsusp_resume_device, swsusp_resume_block);
data->swap = swap_type_of(swdev, offset);
data->swap = swap_type_of(swsusp_resume_device, 0);