Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h49 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c313 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_set_block_bmap()
349 int blocksize = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_reset_block_bmap()
1533 int blksz = EXT2_BLOCK_SIZE(data); in ext4fs_get_extent_block()
1573 desc_per_blk = EXT2_BLOCK_SIZE(data) / desc_size; in ext4fs_blockgroup()
1604 inodes_per_block = EXT2_BLOCK_SIZE(data) / fs->inodesz; in ext4fs_read_inode()
1629 blksz = EXT2_BLOCK_SIZE(ext4fs_root); in read_allocated_block()
H A Dext4_write.c594 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h180 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
181 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
H A Dinode.c1352 offset &= (EXT2_BLOCK_SIZE(sb) - 1); in ext2_get_inode()
H A Dsuper.c1553 if (offset || tocopy != EXT2_BLOCK_SIZE(sb)) in ext2_quota_write()