Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpage_io.c113 if (disk->fops->swap_slot_free_notify) { in end_swap_bio_read()
121 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.4.14/Documentation/filesystems/
DLocking406 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
419 swap_slot_free_notify: no (see below)
424 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux-4.4.14/include/linux/
Dblkdev.h1647 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/linux-4.4.14/drivers/block/zram/
Dzram_drv.c1143 .swap_slot_free_notify = zram_slot_free_notify,