Searched refs:EXT2_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
404 #define EXT2_BLOCK_SIZE(s) ((s)->e2fs_bsize) macro405 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(uint32_t))
110 bsize = EXT2_BLOCK_SIZE(ump->um_e2fs); in ext4_bmapext()227 bsize = EXT2_BLOCK_SIZE(ump->um_e2fs); in ext2_bmaparray()
271 if (le16toh(ep->e2d_reclen) == EXT2_BLOCK_SIZE(ip->i_e2fs)) in ext2_get_dx_count()275 if (le16toh(dp->e2d_reclen) != EXT2_BLOCK_SIZE(ip->i_e2fs) - 12) in ext2_get_dx_count()