swap_file        3034 fs/f2fs/data.c 				struct file *swap_file, sector_t *span)
swap_file        3036 fs/f2fs/data.c 	struct address_space *mapping = swap_file->f_mapping;
swap_file         135 fs/iomap/swapfile.c 		struct file *swap_file, sector_t *pagespan,
swap_file         142 fs/iomap/swapfile.c 	struct address_space *mapping = swap_file->f_mapping;
swap_file         152 fs/iomap/swapfile.c 	ret = vfs_fsync(swap_file, 1);
swap_file        1181 fs/xfs/xfs_aops.c 	struct file			*swap_file,
swap_file        1184 fs/xfs/xfs_aops.c 	sis->bdev = xfs_find_bdev_for_inode(file_inode(swap_file));
swap_file        1185 fs/xfs/xfs_aops.c 	return iomap_swapfile_activate(sis, swap_file, span, &xfs_iomap_ops);
swap_file         206 include/linux/iomap.h 		struct file *swap_file, sector_t *pagespan,
swap_file         253 include/linux/swap.h 	struct file *swap_file;		/* seldom referenced */
swap_file         147 mm/page_io.c   				struct file *swap_file,
swap_file         150 mm/page_io.c   	struct address_space *mapping = swap_file->f_mapping;
swap_file         287 mm/page_io.c   		struct file *swap_file = sis->swap_file;
swap_file         288 mm/page_io.c   		struct address_space *mapping = swap_file->f_mapping;
swap_file         297 mm/page_io.c   		init_sync_kiocb(&kiocb, swap_file);
swap_file         368 mm/page_io.c   		struct file *swap_file = sis->swap_file;
swap_file         369 mm/page_io.c   		struct address_space *mapping = swap_file->f_mapping;
swap_file         371 mm/page_io.c   		ret = mapping->a_ops->readpage(swap_file, page);
swap_file         429 mm/page_io.c   		struct address_space *mapping = sis->swap_file->f_mapping;
swap_file         559 mm/swap_state.c 		struct inode *inode = si->swap_file->f_mapping->host;
swap_file        2295 mm/swapfile.c  		struct file *swap_file = sis->swap_file;
swap_file        2296 mm/swapfile.c  		struct address_space *mapping = swap_file->f_mapping;
swap_file        2300 mm/swapfile.c  			mapping->a_ops->swap_deactivate(swap_file);
swap_file        2383 mm/swapfile.c  	struct file *swap_file = sis->swap_file;
swap_file        2384 mm/swapfile.c  	struct address_space *mapping = swap_file->f_mapping;
swap_file        2395 mm/swapfile.c  		ret = mapping->a_ops->swap_activate(sis, swap_file, span);
swap_file        2406 mm/swapfile.c  	return generic_swapfile_activate(sis, swap_file, span);
swap_file        2416 mm/swapfile.c  		bdev = p->swap_file->f_inode->i_sb->s_bdev;
swap_file        2521 mm/swapfile.c  	struct file *swap_file, *victim;
swap_file        2546 mm/swapfile.c  			if (p->swap_file->f_mapping == mapping) {
swap_file        2637 mm/swapfile.c  	swap_file = p->swap_file;
swap_file        2639 mm/swapfile.c  	p->swap_file = NULL;
swap_file        2671 mm/swapfile.c  	filp_close(swap_file, NULL);
swap_file        2766 mm/swapfile.c  	file = si->swap_file;
swap_file        3102 mm/swapfile.c  	struct file *swap_file = NULL;
swap_file        3138 mm/swapfile.c  	swap_file = file_open_name(name, O_RDWR|O_LARGEFILE, 0);
swap_file        3139 mm/swapfile.c  	if (IS_ERR(swap_file)) {
swap_file        3140 mm/swapfile.c  		error = PTR_ERR(swap_file);
swap_file        3141 mm/swapfile.c  		swap_file = NULL;
swap_file        3145 mm/swapfile.c  	p->swap_file = swap_file;
swap_file        3146 mm/swapfile.c  	mapping = swap_file->f_mapping;
swap_file        3166 mm/swapfile.c  	page = read_mapping_page(mapping, 0, swap_file);
swap_file        3325 mm/swapfile.c  	p->swap_file = NULL;
swap_file        3333 mm/swapfile.c  	if (swap_file)
swap_file        3334 mm/swapfile.c  		filp_close(swap_file, NULL);
swap_file        3495 mm/swapfile.c  	return page_swap_info(page)->swap_file->f_mapping;