Home
last modified time | relevance | path

Searched refs:swap_file (Results 1 – 3 of 3) sorted by relevance

/fs/iomap/
Dswapfile.c135 struct file *swap_file, sector_t *pagespan, in iomap_swapfile_activate() argument
142 struct address_space *mapping = swap_file->f_mapping; in iomap_swapfile_activate()
152 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
/fs/xfs/
Dxfs_aops.c1181 struct file *swap_file, in xfs_iomap_swapfile_activate() argument
1184 sis->bdev = xfs_find_bdev_for_inode(file_inode(swap_file)); in xfs_iomap_swapfile_activate()
1185 return iomap_swapfile_activate(sis, swap_file, span, &xfs_iomap_ops); in xfs_iomap_swapfile_activate()
/fs/f2fs/
Ddata.c3242 static int check_swap_activate(struct file *swap_file, unsigned int max) in check_swap_activate() argument
3244 struct address_space *mapping = swap_file->f_mapping; in check_swap_activate()