HomeSort by relevance Sort by last modified time
    Searched refs:INOPB (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
fs.h 182 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)
ufs2.h 279 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)

Completed in 27 milliseconds