Home
last modified time | relevance | path

Searched refs:fs_inopb (Results 1 – 4 of 4) sorted by relevance

/external/grub/stage2/
Dfs.h182 int fs_inopb; /* value of INOPB */ member
451 #define INOPB(fs) ((fs)->fs_inopb)
452 #define INOPF(fs) ((fs)->fs_inopb >> (fs)->fs_fragshift)
Dufs2.h279 grub_int32_t fs_inopb; /* value of INOPB */ member
423 #define INOPB(fs) ((fs)->fs_inopb)
424 #define INOPF(fs) ((fs)->fs_inopb >> (fs)->fs_fragshift)
Dfsys_ffs.c195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode), in ffs_dir()
Dfsys_ufs2.c220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode), in ufs2_dir()