Searched refs:fragroundup (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h411 #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 Dufs2.h395 #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)))))
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h670 #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))))
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h587 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ macro
613 : (fragroundup(fs, blkoff(fs, (ip)->i_size))))
617 : (fragroundup(fs, blkoff(fs, (size)))))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c126 tmp = fragroundup((fs), size) - \
449 osize = fragroundup(fs, blkoff(fs, ip->i_size));
450 nsize = fragroundup(fs, size);
485 nsize = fragroundup(fs, size);
H A Dufs_inode.c1269 fs->fs_bsize : fragroundup(fs, boff);
1371 fs->fs_bsize : fragroundup(fs, boff);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dext2fs.c162 #define fragroundup(fs, size) /* roundup(size, fsize) */ \ macro
167 : (fragroundup(fs, blkoff(fs, (dip)->di_size))))
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1871 sblock.fs_cgsize = fragroundup(&sblock, CGSIZE(&sblock));
1911 sblock.fs_sbsize = fragroundup(&sblock, sizeof (struct fs));
1952 sblock.fs_sbsize = fragroundup(&sblock, totalsbsize);
2043 fragroundup(&sblock, sblock.fs_ncg * sizeof (struct csum));
2817 node.i_blocks = btodb(fragroundup(&sblock, (int)node.i_size));
2831 node.i_blocks = btodb(fragroundup(&sblock, (int)node.i_size));
4660 new_fs_cssize = fragroundup(&sblock, new_fs_ncg * sizeof (struct csum));
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c268 numfrags(&sblock, fragroundup(&sblock, offset));
H A Dsetup.c1094 fragroundup(&sblock, sblock.fs_ncg * sizeof (struct csum))) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4207 filesize = fragroundup(fs,

Completed in 1424 milliseconds