Searched defs:fragroundup (Results 1 - 5 of 5) 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/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/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)))))

Completed in 85 milliseconds