Home
last modified time | relevance | path

Searched refs:swap_slot_free_notify (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/mm/
Dpage_io.c117 if (disk->fops->swap_slot_free_notify) { in end_swap_bio_read()
125 disk->fops->swap_slot_free_notify(sis->bdev, in end_swap_bio_read()
Dswapfile.c819 if (disk->fops->swap_slot_free_notify) in swap_entry_free()
820 disk->fops->swap_slot_free_notify(p->bdev, in swap_entry_free()
/linux-4.1.27/Documentation/filesystems/
DLocking405 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
418 swap_slot_free_notify: no (see below)
423 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux-4.1.27/drivers/block/zram/
Dzram_drv.c1059 .swap_slot_free_notify = zram_slot_free_notify,
/linux-4.1.27/include/linux/
Dblkdev.h1615 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member