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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c194 min_logblks = roundup_64(BTOBB(max_logres), lsunit) +
H A Dxfs_rtbitmap.h133 return roundup_64(rtbno, mp->m_sb.sb_rextsize);
/linux-master/fs/xfs/scrub/
H A Drtbitmap_repair.c148 sc->ip->i_disk_size = roundup_64(sc->ip->i_disk_size,
H A Dxfarray.c326 new_pos = roundup_64(new_pos, array->obj_size);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c167 roundup_64(u64 x, u32 y) function
184 *size = roundup_64(*size, 64 * nvbo->mode);
188 *size = roundup_64(*size, 64 * nvbo->mode);
192 *size = roundup_64(*size, 64 * nvbo->mode);
196 *size = roundup_64(*size, 32 * nvbo->mode);
200 *size = roundup_64(*size, (1 << nvbo->page));
204 *size = roundup_64(*size, PAGE_SIZE);
/linux-master/fs/xfs/
H A Dxfs_linux.h187 static inline uint64_t roundup_64(uint64_t x, uint32_t y) function
H A Dxfs_iomap.c222 align = roundup_64(align, extsz);
228 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align);
1120 p_end_fsb = roundup_64(p_end_fsb, align);

Completed in 103 milliseconds