Searched refs:INOPB (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
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 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 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

Completed in 26 milliseconds