Searched refs:fragroundup (Results 1 – 2 of 2) sorted by relevance
/external/grub/stage2/ |
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))))
|
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)))))
|