Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dpage_io.c75 static void swap_slot_free_notify(struct page *page) in swap_slot_free_notify() function
110 if (disk->fops->swap_slot_free_notify) { in swap_slot_free_notify()
118 disk->fops->swap_slot_free_notify(sis->bdev, in swap_slot_free_notify()
138 swap_slot_free_notify(page); in end_swap_bio_read()
381 swap_slot_free_notify(page); in swap_readpage()
Dswapfile.c658 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
672 swap_slot_free_notify = in swap_range_free()
673 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
675 swap_slot_free_notify = NULL; in swap_range_free()
678 if (swap_slot_free_notify) in swap_range_free()
679 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/Linux-v4.19/Documentation/filesystems/
DLocking411 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
424 swap_slot_free_notify: no (see below)
429 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/Linux-v4.19/include/linux/
Dblkdev.h1989 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c1600 .swap_slot_free_notify = zram_slot_free_notify,