Home
last modified time | relevance | path

Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c306 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
308 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))
535 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_read()
846 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()
/xen/stubdom/grub.patches/
A D60ext4.diff229 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))
371 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
450 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
A D40ext3_256byte_inode.diff70 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)

Completed in 5 milliseconds