Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dext4_extents.h157 #define EXT_UNWRITTEN_MAX_LEN (EXT_INIT_MAX_LEN - 1) macro
Dextents.c1782 ext1_ee_len + ext2_ee_len > EXT_UNWRITTEN_MAX_LEN) in ext4_can_extents_be_merged()
3770 if (map->m_len > EXT_UNWRITTEN_MAX_LEN) in convert_initialized_extent()
3771 map->m_len = EXT_UNWRITTEN_MAX_LEN / 2; in convert_initialized_extent()
4275 else if (map->m_len > EXT_UNWRITTEN_MAX_LEN && in ext4_ext_map_blocks()
4277 map->m_len = EXT_UNWRITTEN_MAX_LEN; in ext4_ext_map_blocks()
4466 if (len <= EXT_UNWRITTEN_MAX_LEN) in ext4_alloc_file_blocks()
Dfast_commit.c934 EXT_UNWRITTEN_MAX_LEN : EXT_INIT_MAX_LEN; in ext4_fc_write_inode_data()