Home
last modified time | relevance | path

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

/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff67 +#define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
93 + >> log2 (EXT2_INODES_PER_BLOCK (SUPERBLOCK)));
105 + ((current_ino - 1) & (EXT2_INODES_PER_BLOCK (SUPERBLOCK) - 1)) *
111 + EXT2_INODES_PER_BLOCK (SUPERBLOCK), EXT2_INODE_SIZE (SUPERBLOCK));
A D60ext4.diff406 >> log2 (EXT2_INODES_PER_BLOCK (SUPERBLOCK)));
/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c303 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s)) macro
685 ((current_ino - 1) & (EXT2_INODES_PER_BLOCK (SUPERBLOCK) - 1)) * in ext2fs_dir()
689 EXT2_INODES_PER_BLOCK (SUPERBLOCK), EXT2_INODE_SIZE (SUPERBLOCK)); in ext2fs_dir()

Completed in 6 milliseconds