Searched refs:blkstofrags (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 374 (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 D | ufs.h | 212 (blkstofrags((fs), \ 221 #define blkstofrags(fs, b) ((b) << (fs)->fs_fragshift) macro
|
H A D | ufs2.h | 376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs)))))) 400 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 585 (blkstofrags((fs), (((x)%(ulong_t)(fs)->fs_ipg)/(ulong_t)INOPB(fs)))))) 680 #define blkstofrags(fs, blks) /* calculates (blks * fs->fs_frag) */ \ macro 694 ((blkstofrags((fs), (fs)->fs_cstotal.cs_nbfree) + \
|
/titanic_44/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 82 : blkstofrags ( #blocks -- #frags ) fragshift lshift ; 101 dup itog cgimin swap ipg mod inopb / blkstofrags +
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 600 blkstofrags(fs, fs->fs_maxcontig) != nextblk) { in blkpref() 1235 bno = blkstofrags(fs, (bno + i)); in alloccgblk() 2023 savebno = blkstofrags(fs, savebno); in contigpref()
|