HomeSort by relevance Sort by last modified time
    Searched defs: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)
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 457 milliseconds