Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c170 roundup_64(u64 x, u32 y) in roundup_64() function
187 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align()
191 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align()
195 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align()
199 *size = roundup_64(*size, 32 * nvbo->mode); in nouveau_bo_fixup_align()
203 *size = roundup_64(*size, (1 << nvbo->page)); in nouveau_bo_fixup_align()
207 *size = roundup_64(*size, PAGE_SIZE); in nouveau_bo_fixup_align()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c240 min_logblks = roundup_64(BTOBB(max_logres), lsunit) + in xfs_log_calc_minimum_size()
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-6.15/fs/xfs/
H A Dxfs_linux.h185 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
H A Dxfs_exchrange.c554 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 Dxfs_iomap.c236 align = roundup_64(align, extsz); in xfs_iomap_eof_align_last_fsb()
242 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb()
1685 p_end_fsb = roundup_64(p_end_fsb, align); in xfs_buffered_write_iomap_begin()
H A Dxfs_bmap_util.c831 end = roundup_64(offset + len, rounding) - 1; in xfs_flush_unmap_range()
/linux-6.15/fs/xfs/scrub/
H A Drtbitmap_repair.c499 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()