Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dswapfile.c723 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
737 swap_slot_free_notify = in swap_range_free()
738 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
740 swap_slot_free_notify = NULL; in swap_range_free()
744 if (swap_slot_free_notify) in swap_range_free()
745 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/linux-5.19.10/Documentation/filesystems/
Dlocking.rst480 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
494 swap_slot_free_notify: no (see below)
497 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux-5.19.10/drivers/block/zram/
Dzram_drv.c1844 .swap_slot_free_notify = zram_slot_free_notify,
1853 .swap_slot_free_notify = zram_slot_free_notify,
/linux-5.19.10/include/linux/
Dblkdev.h1444 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member