Searched refs:roundup_64 (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 167 roundup_64(u64 x, u32 y) in roundup_64() function 184 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align() 188 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align() 192 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align() 196 *size = roundup_64(*size, 32 * nvbo->mode); in nouveau_bo_fixup_align() 200 *size = roundup_64(*size, (1 << nvbo->page)); in nouveau_bo_fixup_align() 204 *size = roundup_64(*size, PAGE_SIZE); in nouveau_bo_fixup_align()
|
/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_linux.h | 185 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
|
H A D | xfs_exchrange.c | 554 blen = roundup_64(size1, alloc_unit) - fxr->file1_offset; in xfs_exchrange_check_rtalign() 556 blen = roundup_64(size2, alloc_unit) - fxr->file2_offset; in xfs_exchrange_check_rtalign()
|
H A D | xfs_bmap_util.c | 815 end = roundup_64(offset + len, rounding) - 1; in xfs_flush_unmap_range()
|
/linux/fs/xfs/scrub/ |
H A D | rtbitmap_repair.c | 499 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()
|