HomeSort by relevance Sort by last modified time
    Searched defs:EXT2_BLOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
ext_common.h 48 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data))
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 95 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
101 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
108 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))
130 #define EXT2_FRAG_SIZE(s) EXT2_BLOCK_SIZE(s)
277 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
281 EXT2_BLOCK_SIZE(s)))
289 #define EXT2_DESC_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / EXT2_DESC_SIZE(s))
    [all...]

Completed in 52 milliseconds