Searched refs:rounding (Results 1 – 1 of 1) sorted by relevance
1222 xfs_off_t rounding; in xfs_free_file_space() local1245 rounding = max_t(xfs_off_t, 1 << mp->m_sb.sb_blocklog, PAGE_CACHE_SIZE); in xfs_free_file_space()1246 ioffset = round_down(offset, rounding); in xfs_free_file_space()1247 iendoffset = round_up(offset + len, rounding) - 1; in xfs_free_file_space()