Home
last modified time | relevance | path

Searched refs:rounddown_64 (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_linux.h179 static inline uint64_t rounddown_64(uint64_t x, uint32_t y) in rounddown_64() function
H A Dxfs_exchrange.c577 blen = rounddown_64(blen, alloc_unit); in xfs_exchrange_check_rtalign()
580 blen = rounddown_64(blen, alloc_unit); in xfs_exchrange_check_rtalign()
H A Dxfs_bmap_util.c814 start = rounddown_64(offset, rounding); in xfs_flush_unmap_range()
928 offset = rounddown_64(offset, rounding); in xfs_prepare_shift()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h175 return rounddown_64(off, mp->m_sb.sb_rextsize); in xfs_fileoff_rounddown_rtx()
H A Dxfs_exchmaps.c260 new_end = rounddown_64(irec->br_startoff + irec->br_blockcount, in xfs_exchmaps_can_skip_mapping()