Lines Matching refs:VFS_I

77 	if (IS_DAX(VFS_I(ip)))  in xfs_zero_extent()
78 return dax_clear_blocks(VFS_I(ip), block, size); in xfs_zero_extent()
604 error = filemap_write_and_wait(VFS_I(ip)->i_mapping); in xfs_getbmap()
834 if (VFS_I(ip)->i_size == 0 && in xfs_can_free_eofblocks()
835 VFS_I(ip)->i_mapping->nrpages == 0 && in xfs_can_free_eofblocks()
1174 if (IS_DAX(VFS_I(ip))) { in xfs_zero_remaining_bytes()
1175 error = dax_zero_page_range(VFS_I(ip), offset, in xfs_zero_remaining_bytes()
1243 inode_dio_wait(VFS_I(ip)); in xfs_free_file_space()
1248 error = filemap_write_and_wait_range(VFS_I(ip)->i_mapping, ioffset, in xfs_free_file_space()
1252 truncate_pagecache_range(VFS_I(ip), ioffset, iendoffset); in xfs_free_file_space()
1446 stop_fsb = XFS_B_TO_FSB(mp, VFS_I(ip)->i_size); in xfs_shift_file_space()
1472 error = filemap_write_and_wait_range(VFS_I(ip)->i_mapping, in xfs_shift_file_space()
1476 error = invalidate_inode_pages2_range(VFS_I(ip)->i_mapping, in xfs_shift_file_space()
1695 error = filemap_write_and_wait(VFS_I(ip)->i_mapping); in xfs_swap_extent_flush()
1698 truncate_pagecache_range(VFS_I(ip), 0, -1); in xfs_swap_extent_flush()
1701 if (VFS_I(ip)->i_mapping->nrpages) in xfs_swap_extent_flush()
1802 if ((sbp->bs_ctime.tv_sec != VFS_I(ip)->i_ctime.tv_sec) || in xfs_swap_extents()
1803 (sbp->bs_ctime.tv_nsec != VFS_I(ip)->i_ctime.tv_nsec) || in xfs_swap_extents()
1804 (sbp->bs_mtime.tv_sec != VFS_I(ip)->i_mtime.tv_sec) || in xfs_swap_extents()
1805 (sbp->bs_mtime.tv_nsec != VFS_I(ip)->i_mtime.tv_nsec)) { in xfs_swap_extents()