Searched refs:swap_file (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/iomap/ |
| H A D | swapfile.c | 141 struct file *swap_file, sector_t *pagespan, in iomap_swapfile_activate() argument 144 struct inode *inode = swap_file->f_mapping->host; in iomap_swapfile_activate() 154 .file = swap_file, in iomap_swapfile_activate() 162 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 297 struct file *swap_file, sector_t *span) in ntfs_swap_activate() argument 299 if (NInoWofCompressed(NTFS_I(file_inode(swap_file)))) in ntfs_swap_activate() 302 return iomap_swapfile_activate(sis, swap_file, span, in ntfs_swap_activate()
|
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 637 struct file *swap_file, in xfs_vm_swap_activate() argument 640 struct xfs_inode *ip = XFS_I(file_inode(swap_file)); in xfs_vm_swap_activate() 676 return iomap_swapfile_activate(sis, swap_file, span, in xfs_vm_swap_activate()
|
| /linux/include/linux/ |
| H A D | iomap.h | 755 struct file *swap_file, sector_t *pagespan,
|
| /linux/fs/smb/client/ |
| H A D | file.c | 3466 struct file *swap_file, sector_t *span) in cifs_swap_activate() argument 3468 struct cifsFileInfo *cfile = swap_file->private_data; in cifs_swap_activate() 3469 struct inode *inode = swap_file->f_mapping->host; in cifs_swap_activate() 3475 if (swap_file->f_mapping->a_ops != &cifs_addr_ops) in cifs_swap_activate()
|