Searched defs:INOPB (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h182 int fs_inopb; /* value of INOPB */
370 #define itoo(fs, x) ((x) % INOPB(fs))
374 (blkstofrags((fs), (((x) % (fs)->fs_ipg) / INOPB(fs))))))
449 * INOPB is the number of inodes in a secondary storage block.
451 #define INOPB(fs) ((fs)->fs_inopb) macro
H A Dufs.h97 grub_int32_t fs_inopb; /* value of INOPB */
208 #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 Dufs2.h279 grub_int32_t fs_inopb; /* value of INOPB */
376 (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
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h273 int32_t fs_inopb; /* value of INOPB */
579 #define itoo(fs, x) ((x) % (uint32_t)INOPB(fs))
585 (blkstofrags((fs), (((x)%(ulong_t)(fs)->fs_ipg)/(ulong_t)INOPB(fs))))))
720 * INOPB is the number of inodes in a secondary storage block.
722 #define INOPB(fs) ((fs)->fs_inopb) macro
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h295 u_int32_t fs_inopb; /* value of INOPB */
548 (blkstofrags((fs), ((((ino_t)(x)) % (fs)->fs_ipg) / INOPB(fs))))))
549 #define ino_to_fsbo(fs, x) (((ino_t)(x)) % INOPB(fs))
663 #define INOPB(fs) ((fs)->fs_inopb) macro

Completed in 71 milliseconds