Searched refs:sis (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/linux/ |
D | frontswap.h | 41 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test() argument 43 return __frontswap_test(sis, offset); in frontswap_test() 64 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test() argument
|
D | iomap.h | 169 int iomap_swapfile_activate(struct swap_info_struct *sis, 173 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) argument
|
D | swap.h | 396 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page,
|
D | fs.h | 396 int (*swap_activate)(struct swap_info_struct *sis, struct file *file,
|
/linux-4.19.296/drivers/char/agp/ |
D | Makefile | 20 obj-$(CONFIG_AGP_SIS) += sis-agp.o
|
/linux-4.19.296/fs/ |
D | iomap.c | 1990 struct swap_info_struct *sis; member 2039 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent() 2083 if (iomap->bdev != isi->sis->bdev) { in iomap_swapfile_activate_actor() 2108 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate() argument 2113 .sis = sis, in iomap_swapfile_activate() 2147 sis->max = isi.nr_pages; in iomap_swapfile_activate() 2148 sis->pages = isi.nr_pages - 1; in iomap_swapfile_activate() 2149 sis->highest_bit = isi.nr_pages - 1; in iomap_swapfile_activate()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_aops.c | 1013 struct swap_info_struct *sis, in xfs_iomap_swapfile_activate() argument 1017 sis->bdev = xfs_find_bdev_for_inode(file_inode(swap_file)); in xfs_iomap_swapfile_activate() 1018 return iomap_swapfile_activate(sis, swap_file, span, &xfs_iomap_ops); in xfs_iomap_swapfile_activate()
|
/linux-4.19.296/fs/nfs/ |
D | file.c | 492 static int nfs_swap_activate(struct swap_info_struct *sis, struct file *file, in nfs_swap_activate() argument 497 *span = sis->pages; in nfs_swap_activate()
|
/linux-4.19.296/ |
D | MAINTAINERS | 4718 F: drivers/gpu/drm/sis/ 13337 F: drivers/net/ethernet/sis/sis190.c 13344 F: drivers/net/ethernet/sis/sis900.* 13351 F: drivers/video/fbdev/sis/
|