Searched refs:end_dmi_offset (Results 1 – 1 of 1) sorted by relevance
2785 xfs_off_t end_dmi_offset; in xfs_alloc_file_space() local2787 end_dmi_offset = offset+len; in xfs_alloc_file_space()2788 if (end_dmi_offset > ip->i_size) in xfs_alloc_file_space()2789 end_dmi_offset = ip->i_size; in xfs_alloc_file_space()2791 end_dmi_offset - offset, 0, NULL); in xfs_alloc_file_space()3030 xfs_off_t end_dmi_offset; in xfs_free_file_space() local3059 end_dmi_offset = offset + len; in xfs_free_file_space()3060 endoffset_fsb = XFS_B_TO_FSBT(mp, end_dmi_offset); in xfs_free_file_space()3064 if (end_dmi_offset > ip->i_size) in xfs_free_file_space()3065 end_dmi_offset = ip->i_size; in xfs_free_file_space()[all …]