Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iomap.c659 new_last_fsb = roundup_64(last_fsb, mp->m_swidth); in xfs_iomap_write_delay()
676 new_last_fsb = roundup_64(last_fsb, mp->m_dalign); in xfs_iomap_write_delay()
692 new_last_fsb = roundup_64(last_fsb, mp->m_sb.sb_rextsize); in xfs_iomap_write_delay()
Dxfs_rtalloc.c1971 nrbmblocks = roundup_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
Dxfs_vnodeops.c4118 e = roundup_64(startoffset_fsb + allocatesize_fsb, in xfs_alloc_file_space()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_linux.h381 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64() function