Lines Matching refs:VFS_I
578 error = filemap_write_and_wait(VFS_I(ip)->i_mapping); in xfs_getbmap()
808 if (VFS_I(ip)->i_size == 0 && in xfs_can_free_eofblocks()
809 VFS_I(ip)->i_mapping->nrpages == 0 && in xfs_can_free_eofblocks()
1205 inode_dio_wait(VFS_I(ip)); in xfs_free_file_space()
1210 error = filemap_write_and_wait_range(VFS_I(ip)->i_mapping, ioffset, in xfs_free_file_space()
1214 truncate_pagecache_range(VFS_I(ip), ioffset, iendoffset); in xfs_free_file_space()
1408 stop_fsb = XFS_B_TO_FSB(mp, VFS_I(ip)->i_size); in xfs_shift_file_space()
1434 error = filemap_write_and_wait_range(VFS_I(ip)->i_mapping, in xfs_shift_file_space()
1438 error = invalidate_inode_pages2_range(VFS_I(ip)->i_mapping, in xfs_shift_file_space()
1655 error = filemap_write_and_wait(VFS_I(ip)->i_mapping); in xfs_swap_extent_flush()
1658 truncate_pagecache_range(VFS_I(ip), 0, -1); in xfs_swap_extent_flush()
1661 if (VFS_I(ip)->i_mapping->nrpages) in xfs_swap_extent_flush()
1762 if ((sbp->bs_ctime.tv_sec != VFS_I(ip)->i_ctime.tv_sec) || in xfs_swap_extents()
1763 (sbp->bs_ctime.tv_nsec != VFS_I(ip)->i_ctime.tv_nsec) || in xfs_swap_extents()
1764 (sbp->bs_mtime.tv_sec != VFS_I(ip)->i_mtime.tv_sec) || in xfs_swap_extents()
1765 (sbp->bs_mtime.tv_nsec != VFS_I(ip)->i_mtime.tv_nsec)) { in xfs_swap_extents()