Searched refs:itog (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | ufs.h | 210 #define itog(fs, x) ((x) / (grub_uint32_t)(fs)->fs_ipg) macro 211 #define itod(fs, x) ((grub_daddr32_t)(cgimin(fs, itog(fs, x)) + \
|
H A D | fs.h | 371 #define itog(fs, x) ((x) / (fs)->fs_ipg) macro 373 ((mach_daddr_t)(cgimin(fs, itog(fs, x)) + \
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 581 #define itog(fs, x) ((x) / (uint32_t)(fs)->fs_ipg) macro 584 ((daddr32_t)(cgimin(fs, itog(fs, x)) + \
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 141 cg = (int)itog(fs, ip->i_number); in alloc() 337 cg = (int)itog(fs, ipref); in ufs_ialloc() 480 cg = itog(fs, dp->i_number); in dirpref() 547 cg = itog(fs, ip->i_number); in blkpref() 555 startcg = itog(fs, ip->i_number) + lbn / fs->fs_maxbpg; in blkpref() 794 cg = (int)itog(fs, ino); in ufs_ifree()
|
/titanic_50/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 99 : itog ( i# -- group ) ipg / ; 101 dup itog cgimin swap ipg mod inopb / blkstofrags +
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | inode.c | 1174 cg = itog(&sblock, ino); in allocino() 1416 cg = itog(&sblock, ino); in freeino()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptraverse.c | 768 maxino = ((itog(sblock, ino) + 1) * (unsigned)(sblock->fs_ipg));
|