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

  /external/grub/stage2/
fs.h 182 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)
ufs2.h 279 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)
fsys_ffs.c 195 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct dinode),
fsys_ufs2.c 220 ino % (SUPERBLOCK->fs_inopb) * sizeof (struct ufs2_dinode),
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ufs_fs.h 372 __fs32 fs_inopb; /* value of INOPB */
828 __fs32 fs_inopb; member in struct:ufs_super_block_first
    [all...]

Completed in 43 milliseconds