Searched refs:roundup_64 (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0001-add-missing-FTW_-macros-when-not-available-in-libc.patch | 22 @@ -190,4 +190,16 @@ roundup_64(unsigned long long x, unsigned int y)
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 160 roundup_64(u64 x, u32 y) in roundup_64() function 177 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align() 181 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align() 185 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align() 189 *size = roundup_64(*size, 32 * nvbo->mode); in nouveau_bo_fixup_align() 193 *size = roundup_64(*size, (1 << nvbo->page)); in nouveau_bo_fixup_align() 197 *size = roundup_64(*size, PAGE_SIZE); in nouveau_bo_fixup_align()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_log_rlimit.c | 194 min_logblks = roundup_64(BTOBB(max_logres), lsunit) + in xfs_log_calc_minimum_size()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_linux.h | 187 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
|
H A D | xfs_iomap.c | 218 align = roundup_64(align, extsz); in xfs_iomap_eof_align_last_fsb() 224 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb() 1119 p_end_fsb = roundup_64(p_end_fsb, align); in xfs_buffered_write_iomap_begin()
|
H A D | xfs_bmap_util.c | 691 end_fsb = roundup_64(end_fsb, mp->m_sb.sb_rextsize); in xfs_can_free_eofblocks() 977 end = roundup_64(offset + len, rounding) - 1; in xfs_flush_unmap_range() 1011 startoffset_fsb = roundup_64(startoffset_fsb, in xfs_free_file_space()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | rtsummary.c | 168 if (roundup_64(rtbmp_bytes, mp->m_sb.sb_blocksize) != in xchk_rtsum_compute()
|
H A D | xfarray.c | 326 new_pos = roundup_64(new_pos, array->obj_size); in xfarray_find_data()
|