Home
last modified time | relevance | path

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

/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c292 ((struct ext2_inode *)((caddr_t)GROUP_DESC + EXT2_BLOCK_SIZE(SUPERBLOCK)))
296 ((char *)((caddr_t)DATABLOCK1 + EXT2_BLOCK_SIZE(SUPERBLOCK)))
299 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
303 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
308 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s)) macro
311 (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc))
349 EXT2_BLOCK_SIZE (SUPERBLOCK), (char *) buffer); in ext2_rdfsb()
536 offset = filepos & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1); in ext2fs_read()
544 size = EXT2_BLOCK_SIZE (SUPERBLOCK); in ext2fs_read()
554 devread (ffi, map * (EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE), in ext2fs_read()
[all …]
/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff63 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
67 +#define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
92 - >> log2 (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)));
103 - & (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode) - 1));
109 - (EXT2_BLOCK_SIZE (SUPERBLOCK) / sizeof (struct ext2_inode)),
A D60ext4.diff229 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))
240 - (EXT2_BLOCK_SIZE(s) / sizeof (struct ext2_group_desc))
241 + (EXT2_BLOCK_SIZE(s) / EXT2_DESC_SIZE(s))
372 offset = filepos & (EXT2_BLOCK_SIZE (SUPERBLOCK) - 1);

Completed in 6 milliseconds