Searched refs:swap_slot_free_notify (Results 1 – 4 of 4) sorted by relevance
727 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local741 swap_slot_free_notify = in swap_range_free()742 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()744 swap_slot_free_notify = NULL; in swap_range_free()748 if (swap_slot_free_notify) in swap_range_free()749 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
478 void (*swap_slot_free_notify) (struct block_device *, unsigned long);492 swap_slot_free_notify: no (see below)495 swap_slot_free_notify is called with swap_lock and sometimes the page lock
1413 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
1843 .swap_slot_free_notify = zram_slot_free_notify,