Searched refs:swap_file (Results 1 – 5 of 5) sorted by relevance
| /fs/iomap/ |
| 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()
|
| /fs/xfs/ |
| A D | xfs_aops.c | 758 struct file *swap_file, in xfs_vm_swap_activate() argument 761 struct xfs_inode *ip = XFS_I(file_inode(swap_file)); in xfs_vm_swap_activate() 794 return iomap_swapfile_activate(sis, swap_file, span, in xfs_vm_swap_activate()
|
| /fs/zonefs/ |
| A D | file.c | 170 struct file *swap_file, sector_t *span) in zonefs_swap_activate() argument 172 struct inode *inode = file_inode(swap_file); in zonefs_swap_activate() 180 return iomap_swapfile_activate(sis, swap_file, span, in zonefs_swap_activate()
|
| /fs/smb/client/ |
| A D | file.c | 3184 struct file *swap_file, sector_t *span) in cifs_swap_activate() argument 3186 struct cifsFileInfo *cfile = swap_file->private_data; in cifs_swap_activate() 3187 struct inode *inode = swap_file->f_mapping->host; in cifs_swap_activate() 3193 if (!swap_file->f_mapping->a_ops->swap_rw) in cifs_swap_activate()
|
| /fs/f2fs/ |
| A D | data.c | 3913 struct file *swap_file, sector_t *span) in check_swap_activate() argument 3915 struct address_space *mapping = swap_file->f_mapping; in check_swap_activate()
|
Completed in 23 milliseconds