Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c716 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
733 swap_slot_free_notify = in swap_range_free()
734 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
736 swap_slot_free_notify = NULL; in swap_range_free()
740 if (swap_slot_free_notify) in swap_range_free()
741 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst473 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
488 swap_slot_free_notify: no (see below)
491 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/OK3568_Linux_fs/kernel/drivers/block/zram/
H A Dzram_drv.c1840 .swap_slot_free_notify = zram_slot_free_notify,
1848 .swap_slot_free_notify = zram_slot_free_notify,
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h1887 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member