HomeSort by relevance Sort by last modified time
    Searched defs:s_first_ino (Results 101 - 102 of 102) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext3_fs.h 85 (s)->s_first_ino)
434 __le32 s_first_ino; /* First non-reserved inode */ member in struct:ext3_super_block
  /system/extras/ext4_utils/
ext4.h 100 #define EXT4_FIRST_INO(s) (((s)->s_rev_level == EXT4_GOOD_OLD_REV) ? EXT4_GOOD_OLD_FIRST_INO : (s)->s_first_ino)
408 __le32 s_first_ino; member in struct:ext4_super_block

Completed in 105 milliseconds

1 2 3 45