Home
last modified time | relevance | path

Searched refs:EXT2_ADDR_PER_BLOCK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dinode.c166 int ptrs = EXT2_ADDR_PER_BLOCK(inode->i_sb); in ext2_block_to_path()
1133 int addr_per_block = EXT2_ADDR_PER_BLOCK(inode->i_sb); in ext2_free_branches()
1167 int addr_per_block = EXT2_ADDR_PER_BLOCK(inode->i_sb); in __ext2_truncate_blocks()
H A Dext2.h182 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32)) macro
H A Dsuper.c1027 ilog2 (EXT2_ADDR_PER_BLOCK(sb)); in ext2_fill_super()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch440 -#define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(__u32))