Home
last modified time | relevance | path

Searched refs:roundup_64 (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h122 return roundup_64(blen, mp->m_sb.sb_rextsize); in xfs_blen_roundup_rtx()
166 return roundup_64(off, mp->m_sb.sb_rextsize); in xfs_fileoff_roundup_rtx()
H A Dxfs_exchmaps.c240 new_end = roundup_64(irec->br_startoff, mp->m_sb.sb_rextsize); in xfs_exchmaps_can_skip_mapping()
/linux/fs/xfs/
H A Dxfs_platform.h193 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
H A Dxfs_iomap.c250 align = roundup_64(align, extsz); in xfs_iomap_eof_align_last_fsb()
256 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb()
2048 p_end_fsb = roundup_64(p_end_fsb, align); in xfs_buffered_write_iomap_begin()
H A Dxfs_bmap_util.c861 end = roundup_64(offset + len, rounding) - 1; in xfs_flush_unmap_range()
/linux/fs/xfs/scrub/
H A Drtbitmap_repair.c502 sc->ip->i_disk_size = roundup_64(sc->ip->i_disk_size, in xrep_rtbitmap_geometry()
H A Dxfarray.c326 new_pos = roundup_64(new_pos, array->obj_size); in xfarray_find_data()