Home
last modified time | relevance | path

Searched refs:INOPB (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dufs.h208 #define INOPB(fs) ((fs)->fs_inopb) macro
209 #define itoo(fs, x) ((x) % (grub_uint32_t)INOPB(fs))
213 ((x) % (grub_uint32_t)(fs)->fs_ipg / (grub_uint32_t)INOPB(fs))))))
H A Dfs.h370 #define itoo(fs, x) ((x) % INOPB(fs))
374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
451 #define INOPB(fs) ((fs)->fs_inopb) macro
H A Dufs2.h376 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
377 #define ino_to_fsbo(fs, x) ((x) % INOPB(fs))
423 #define INOPB(fs) ((fs)->fs_inopb) macro
/titanic_44/usr/src/cmd/fs.d/ufs/fsirand/
H A Dfsirand.c134 bsize = INOPB(fs) * sizeof (struct dinode); in main()
154 for (dip = dibuf; dip < &dibuf[INOPB(fs)]; dip++) { in main()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dufs_fs.h579 #define itoo(fs, x) ((x) % (uint32_t)INOPB(fs))
585 (blkstofrags((fs), (((x)%(ulong_t)(fs)->fs_ipg)/(ulong_t)INOPB(fs))))))
722 #define INOPB(fs) ((fs)->fs_inopb) macro
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c680 inum >= (fsck_ino_t)(startinum + (fsck_ino_t)INOPB(&sblock))) { in ginode()
693 (fsck_ino_t)((inum / INOPB(&sblock)) * INOPB(&sblock)); in ginode()
695 dp = &pbp->b_un.b_dinode[inum % INOPB(&sblock)]; in ginode()
/titanic_44/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c1099 bsize = INOPB(fs) * sizeof (struct dinode); in notrand()
1109 for (dip = dibuf; dip < &dibuf[INOPB(fs)]; dip++) { in notrand()
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c285 #define MAXIpG(fs) roundup((fs)->fs_bsize * NBBY / 3, INOPB(fs))
1659 INOPB(&sblock)); in main()
1721 inospercg = (uint64_t)roundup((nbytes64 / nbpi), INOPB(&sblock)); in main()
1745 INOPB(&sblock)); in main()
1814 sblock.fs_ipg = roundup((uint32_t)(nbytes64 / nbpi), INOPB(&sblock)); in main()
1824 INOPB(&sblock)); in main()
1836 INOPB(&sblock)); in main()
3546 INOPB(&sblock)); in dump_fscmd()
4262 return (dibuf + (ino % INOPB(&sblock))); in gdinode()
/titanic_44/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c637 dp = &itab[(int)ino % (int)INOPB(&sblock)]; in ginode()
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c3931 INOPB(fs) + offset; in fprnt()
3932 if (count + offset > INOPB(fs)) { in fprnt()
3933 tcount = INOPB(fs) - offset; in fprnt()