Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dialloc.c185 (offset >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); in ext2_preread_inode()
H A Dext2.h183 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits) macro
H A Dinode.c1176 iblock = (offset + blocksize-1) >> EXT2_BLOCK_SIZE_BITS(inode->i_sb); in __ext2_truncate_blocks()
1328 (offset >> EXT2_BLOCK_SIZE_BITS(sb)); in ext2_get_inode()
H A Dsuper.c1489 sector_t blk = off >> EXT2_BLOCK_SIZE_BITS(sb); in ext2_quota_read()
1533 sector_t blk = off >> EXT2_BLOCK_SIZE_BITS(sb); in ext2_quota_write()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch428 -#define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_blocksize_bits)
434 -#define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)