Searched refs:roundup_64 (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.h | 122 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 D | xfs_exchmaps.c | 240 new_end = roundup_64(irec->br_startoff, mp->m_sb.sb_rextsize); in xfs_exchmaps_can_skip_mapping()
|
| /linux/fs/xfs/ |
| H A D | xfs_platform.h | 193 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
|
| H A D | xfs_iomap.c | 250 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 D | xfs_bmap_util.c | 861 end = roundup_64(offset + len, rounding) - 1; in xfs_flush_unmap_range()
|
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap_repair.c | 502 sc->ip->i_disk_size = roundup_64(sc->ip->i_disk_size, in xrep_rtbitmap_geometry()
|
| H A D | xfarray.c | 326 new_pos = roundup_64(new_pos, array->obj_size); in xfarray_find_data()
|