blkroundup        299 ufs/ext2fs/ext2fs.h #define blkroundup(fs, size)	/* calculates roundup(size, fs->e2fs_bsize) */ \
blkroundup        522 ufs/ffs/fs.h   #define blkroundup(fs, size)	/* calculates roundup(size, fs->fs_bsize) */ \