Searched refs:fs_inopb (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dufs.h97 grub_int32_t fs_inopb; /* value of INOPB */ member in struct:fs
208 #define INOPB(fs) ((fs)->fs_inopb)
H A Dfs.h182 int fs_inopb; /* value of INOPB */ member in struct:fs
451 #define INOPB(fs) ((fs)->fs_inopb)
452 #define INOPF(fs) ((fs)->fs_inopb >> (fs)->fs_fragshift)
H A Dufs2.h279 grub_int32_t fs_inopb; /* value of INOPB */ member in struct:fs
423 #define INOPB(fs) ((fs)->fs_inopb)
424 #define INOPF(fs) ((fs)->fs_inopb >> (fs)->fs_fragshift)
H A Dfsys_ffs.c195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode),
H A Dfsys_ufs2.c220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode),
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c94 uint32_t fs_inopb; /* value of INOPB */ member in struct:ufs_super_block

Completed in 32 milliseconds