Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h340 # define EXT4_BLOCK_SIZE(s) ((s)->s_blocksize) macro
342 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
344 #define EXT4_ADDR_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / sizeof(__u32))
345 #define EXT4_CLUSTER_SIZE(s) (EXT4_BLOCK_SIZE(s) << \
466 # define EXT4_DESC_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / EXT4_DESC_SIZE(s))
H A Dmballoc-test.c220 grp_ctx->bitmap_bh.b_data = kzalloc(EXT4_BLOCK_SIZE(sb), GFP_KERNEL); in mbt_grp_ctx_init()
H A Dxattr.c148 EXT4_BLOCK_SIZE(inode->i_sb) - offset); in ext4_xattr_block_csum()