Searched refs:fragroundup (Results 1 - 2 of 2) sorted by relevance
/osnet-11/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)))))
|
Completed in 19 milliseconds