Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h269 # define EXT4_BLOCK_SIZE(s) ((s)->s_blocksize) macro
271 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro
273 #define EXT4_ADDR_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / sizeof(__u32))
274 #define EXT4_CLUSTER_SIZE(s) (EXT4_BLOCK_SIZE(s) << \
386 # define EXT4_DESC_PER_BLOCK(s) (EXT4_BLOCK_SIZE(s) / EXT4_DESC_SIZE(s))
H A Dnamei.c350 (EXT4_BLOCK_SIZE(inode->i_sb) - in get_dirent_tail()
361 t = EXT4_DIRENT_TAIL(bh->b_data, EXT4_BLOCK_SIZE(inode->i_sb)); in get_dirent_tail()
447 if (le16_to_cpu(dirent->rec_len) == EXT4_BLOCK_SIZE(inode->i_sb)) in get_dx_countlimit()
452 EXT4_BLOCK_SIZE(inode->i_sb) - 12) in get_dx_countlimit()
503 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_verify()
532 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_set()
H A Dxattr.c146 EXT4_BLOCK_SIZE(inode->i_sb) - offset); in ext4_xattr_block_csum()