Home
last modified time | relevance | path

Searched refs:itog (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dufs.h210 #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 Dfs.h371 #define itog(fs, x) ((x) / (fs)->fs_ipg) macro
373 ((mach_daddr_t)(cgimin(fs, itog(fs, x)) + \
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fs.h581 #define itog(fs, x) ((x) / (uint32_t)(fs)->fs_ipg) macro
584 ((daddr32_t)(cgimin(fs, itog(fs, x)) + \
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c141 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_41/usr/src/psm/stand/bootblks/ufs/common/
H A Dufs.fth99 : itog ( i# -- group ) ipg / ;
101 dup itog cgimin swap ipg mod inopb / blkstofrags +
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1174 cg = itog(&sblock, ino); in allocino()
1416 cg = itog(&sblock, ino); in freeino()
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptraverse.c768 maxino = ((itog(sblock, ino) + 1) * (unsigned)(sblock->fs_ipg));