Searched refs:blkstofrags (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h212 (blkstofrags((fs), \
221 #define blkstofrags(fs, b) ((b) << (fs)->fs_fragshift) macro
H A Dfs.h374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
415 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro
427 (blkstofrags((fs), (fs)->fs_cstotal.cs_nbfree) + \
H A Dufs2.h376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
400 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro

Completed in 43 milliseconds