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

  /external/qemu/distrib/ext4_utils/src/
ext4.h 99 #define EXT4_INODE_SIZE(s) (((s)->s_rev_level == EXT4_GOOD_OLD_REV) ? EXT4_GOOD_OLD_INODE_SIZE : (s)->s_inode_size)
305 #define EXT4_FITS_IN_INODE(ext4_inode, einode, field) ((offsetof(typeof(*ext4_inode), field) + sizeof((ext4_inode)->field)) <= (EXT4_GOOD_OLD_INODE_SIZE + (einode)->i_extra_isize))
469 #define EXT4_GOOD_OLD_INODE_SIZE 128
ext4_utils.c 208 EXT4_GOOD_OLD_INODE_SIZE;
210 EXT4_GOOD_OLD_INODE_SIZE;
contents.c 410 inode->i_extra_isize = cpu_to_le16(sizeof(struct ext4_inode) - EXT4_GOOD_OLD_INODE_SIZE);
  /system/extras/ext4_utils/
ext4.h 99 #define EXT4_INODE_SIZE(s) (((s)->s_rev_level == EXT4_GOOD_OLD_REV) ? EXT4_GOOD_OLD_INODE_SIZE : (s)->s_inode_size)
305 #define EXT4_FITS_IN_INODE(ext4_inode, einode, field) ((offsetof(typeof(*ext4_inode), field) + sizeof((ext4_inode)->field)) <= (EXT4_GOOD_OLD_INODE_SIZE + (einode)->i_extra_isize))
469 #define EXT4_GOOD_OLD_INODE_SIZE 128
ext4_utils.c 256 EXT4_GOOD_OLD_INODE_SIZE;
258 EXT4_GOOD_OLD_INODE_SIZE;
contents.c 422 inode->i_extra_isize = cpu_to_le16(sizeof(struct ext4_inode) - EXT4_GOOD_OLD_INODE_SIZE);

Completed in 62 milliseconds