Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2fs.h404 #define EXT2_BLOCK_SIZE(s) ((s)->e2fs_bsize) macro
405 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof(uint32_t))
H A Dext2_bmap.c110 bsize = EXT2_BLOCK_SIZE(ump->um_e2fs); in ext4_bmapext()
227 bsize = EXT2_BLOCK_SIZE(ump->um_e2fs); in ext2_bmaparray()
H A Dext2_csum.c271 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()