Home
last modified time | relevance | path

Searched refs:isaligned_64 (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_platform.h207 static inline bool isaligned_64(uint64_t x, uint32_t y) in isaligned_64() function
H A Dxfs_file.c56 return isaligned_64(pos, alloc_unit) && in xfs_is_falloc_aligned()
57 isaligned_64(len, alloc_unit); in xfs_is_falloc_aligned()
/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c237 if (!isaligned_64(irec->br_startoff, mp->m_sb.sb_rextsize)) { in xfs_exchmaps_can_skip_mapping()
245 if (isaligned_64(irec->br_blockcount, mp->m_sb.sb_rextsize)) in xfs_exchmaps_can_skip_mapping()