Searched refs:swap_info_struct (Results 1 – 19 of 19) sorted by relevance
| /linux/mm/ |
| A D | swapfile.c | 510 struct swap_info_struct *si; in swap_discard_work() 521 struct swap_info_struct *si; in swap_users_ref_free() 782 struct swap_info_struct *si; in swap_reclaim_work() 1347 struct swap_info_struct *si; in _swap_info_get() 1382 struct swap_info_struct *p; in swap_info_get_cont() 1476 struct swap_info_struct *si; in get_swap_device() 1655 struct swap_info_struct *si; in put_swap_folio() 1749 struct swap_info_struct *si; in swp_swapcount() 1895 struct swap_info_struct *si; in free_swap_and_cache_nr() 2185 struct swap_info_struct *si; in unuse_pte_range() [all …]
|
| A D | page_io.c | 78 int generic_swapfile_activate(struct swap_info_struct *sis, in generic_swapfile_activate() 208 struct swap_info_struct *sis = swp_swap_info(folio->swap); in swap_zeromap_folio_set() 227 struct swap_info_struct *sis = swp_swap_info(folio->swap); in swap_zeromap_folio_clear() 377 struct swap_info_struct *sis = swp_swap_info(folio->swap); in swap_writepage_fs() 413 struct writeback_control *wbc, struct swap_info_struct *sis) in swap_writepage_bdev_sync() 434 struct writeback_control *wbc, struct swap_info_struct *sis) in swap_writepage_bdev_async() 454 struct swap_info_struct *sis = swp_swap_info(folio->swap); in __swap_writepage() 543 struct swap_info_struct *sis = swp_swap_info(folio->swap); in swap_read_folio_fs() 576 struct swap_info_struct *sis) in swap_read_folio_bdev_sync() 596 struct swap_info_struct *sis) in swap_read_folio_bdev_async() [all …]
|
| A D | swap.h | 62 void swapcache_clear(struct swap_info_struct *si, swp_entry_t entry, int nr); 92 struct swap_info_struct *sis = swp_swap_info(entry); in swap_zeromap_batch() 149 static inline void swapcache_clear(struct swap_info_struct *si, swp_entry_t entry, int nr) in swapcache_clear()
|
| A D | swap_state.c | 408 struct swap_info_struct *si; in filemap_get_incore_folio() 436 struct swap_info_struct *si; in __read_swap_cache_async() 664 struct swap_info_struct *si = swp_swap_info(entry); in swap_cluster_readahead()
|
| A D | memory.c | 4031 struct swap_info_struct *si = swp_swap_info(entry); in non_swapcache_batch() 4206 struct swap_info_struct *si = NULL; in do_swap_page()
|
| A D | shmem.c | 2099 struct swap_info_struct *si; in shmem_swapin_folio()
|
| /linux/include/linux/ |
| A D | swap.h | 291 struct swap_info_struct { struct 449 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, 451 int generic_swapfile_activate(struct swap_info_struct *, struct file *, 497 extern int swap_swapcount(struct swap_info_struct *si, swp_entry_t entry); 499 struct swap_info_struct *swp_swap_info(swp_entry_t entry); 503 extern struct swap_info_struct *get_swap_device(swp_entry_t entry); 506 static inline void put_swap_device(struct swap_info_struct *si) in put_swap_device() 512 static inline struct swap_info_struct *swp_swap_info(swp_entry_t entry) in swp_swap_info() 517 static inline struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device() 522 static inline void put_swap_device(struct swap_info_struct *si) in put_swap_device() [all …]
|
| A D | iomap.h | 443 struct swap_info_struct; 445 int iomap_swapfile_activate(struct swap_info_struct *sis,
|
| A D | fs.h | 68 struct swap_info_struct; 435 int (*swap_activate)(struct swap_info_struct *sis, struct file *file,
|
| /linux/fs/iomap/ |
| A D | swapfile.c | 16 struct swap_info_struct *sis; 142 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate()
|
| /linux/fs/xfs/ |
| A D | xfs_aops.c | 532 struct swap_info_struct *sis, in xfs_iomap_swapfile_activate()
|
| /linux/fs/zonefs/ |
| A D | file.c | 160 static int zonefs_swap_activate(struct swap_info_struct *sis, in zonefs_swap_activate()
|
| /linux/fs/nfs/ |
| A D | file.c | 511 static int nfs_swap_activate(struct swap_info_struct *sis, struct file *file, in nfs_swap_activate()
|
| /linux/fs/f2fs/ |
| A D | data.c | 3952 static int check_swap_activate(struct swap_info_struct *sis, in check_swap_activate() 4065 static int f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, in f2fs_swap_activate() 4114 static int f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, in f2fs_swap_activate()
|
| /linux/Documentation/filesystems/ |
| A D | locking.rst | 268 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span)
|
| A D | vfs.rst | 827 int (*swap_activate)(struct swap_info_struct *sis, struct file *f, sector_t *span)
|
| /linux/fs/btrfs/ |
| A D | inode.c | 9722 static int btrfs_add_swap_extent(struct swap_info_struct *sis, in btrfs_add_swap_extent() 9771 static int btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, in btrfs_swap_activate() 10031 static int btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, in btrfs_swap_activate()
|
| /linux/fs/smb/client/ |
| A D | file.c | 3134 static int cifs_swap_activate(struct swap_info_struct *sis, in cifs_swap_activate()
|
| /linux/fs/ext4/ |
| A D | inode.c | 3559 static int ext4_iomap_swap_activate(struct swap_info_struct *sis, in ext4_iomap_swap_activate()
|
Completed in 98 milliseconds