Searched refs:fragroundup (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 411 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ macro 436 : (fragroundup(fs, blkoff(fs, (ip)->i_size)))) 440 : (fragroundup(fs, blkoff(fs, (dip)->di_size))))
|
H A D | ufs2.h | 395 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ macro 413 : (fragroundup(fs, blkoff(fs, (ip)->i_size)))) 417 : (fragroundup(fs, blkoff(fs, (size)))))
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 670 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ macro 705 : (fragroundup(fs, blkoff(fs, (ip)->i_size)))) 711 : (fragroundup(fs, blkoff(fs, (dip)->di_size))))
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_bmap.c | 126 tmp = fragroundup((fs), size) - \ 449 osize = fragroundup(fs, blkoff(fs, ip->i_size)); in bmap_write() 450 nsize = fragroundup(fs, size); in bmap_write() 485 nsize = fragroundup(fs, size); in bmap_write()
|
H A D | ufs_inode.c | 1269 fs->fs_bsize : fragroundup(fs, boff); in ufs_itrunc() 1371 fs->fs_bsize : fragroundup(fs, boff); in ufs_itrunc()
|
/titanic_50/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 1850 sblock.fs_cgsize = fragroundup(&sblock, CGSIZE(&sblock)); in main() 1890 sblock.fs_sbsize = fragroundup(&sblock, sizeof (struct fs)); in main() 1931 sblock.fs_sbsize = fragroundup(&sblock, totalsbsize); in main() 2022 fragroundup(&sblock, sblock.fs_ncg * sizeof (struct csum)); in main() 2796 node.i_blocks = btodb(fragroundup(&sblock, (int)node.i_size)); in fsinit() 2810 node.i_blocks = btodb(fragroundup(&sblock, (int)node.i_size)); in fsinit() 4636 new_fs_cssize = fragroundup(&sblock, new_fs_ncg * sizeof (struct csum)); in probe_summaryinfo()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | setup.c | 1094 fragroundup(&sblock, sblock.fs_ncg * sizeof (struct csum))) { in checksb()
|
H A D | inode.c | 268 numfrags(&sblock, fragroundup(&sblock, offset)); in ckinode_common()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 4207 filesize = fragroundup(fs, in fprnt()
|