Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4_extents.h150 #define EXT_UNWRITTEN_MAX_LEN (EXT_INIT_MAX_LEN - 1) macro
H A Dextents.c1806 ext1_ee_len + ext2_ee_len > EXT_UNWRITTEN_MAX_LEN) in ext4_can_extents_be_merged()
3951 if (map->m_len > EXT_UNWRITTEN_MAX_LEN) in convert_initialized_extent()
3952 map->m_len = EXT_UNWRITTEN_MAX_LEN / 2; in convert_initialized_extent()
4422 else if (map->m_len > EXT_UNWRITTEN_MAX_LEN && in ext4_ext_map_blocks()
4424 map->m_len = EXT_UNWRITTEN_MAX_LEN; in ext4_ext_map_blocks()
4597 if (len_lblk <= EXT_UNWRITTEN_MAX_LEN) in ext4_alloc_file_blocks()
H A Dfast_commit.c927 EXT_UNWRITTEN_MAX_LEN : EXT_INIT_MAX_LEN; in ext4_fc_write_inode_data()