Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dfile.c149 map.m_len = (EXT4_BLOCK_ALIGN(pos + length, blkbits) >> blkbits) in ext4_file_write_iter()
Dextents.c4969 max_blocks = (EXT4_BLOCK_ALIGN(len + offset, blkbits) >> blkbits) in ext4_fallocate()
5038 max_blocks = ((EXT4_BLOCK_ALIGN(len + offset, blkbits) >> blkbits) - in ext4_convert_unwritten_extents()
Dext4.h250 #define EXT4_BLOCK_ALIGN(size, blkbits) ALIGN((size), (1 << (blkbits))) macro