Searched refs:newex (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ext4/ |
| H A D | extents.c | 3184 struct ext4_extent *ex, newex, orig_ex; in ext4_split_extent_at() local 3229 ex2 = &newex; in ext4_split_extent_at() 3236 path = ext4_ext_insert_extent(handle, inode, path, &newex, flags); in ext4_split_extent_at() 4248 struct ext4_extent newex, *ex, ex2; in ext4_ext_map_blocks() local 4353 newex.ee_block = cpu_to_le32(map->m_lblk); in ext4_ext_map_blocks() 4402 newex.ee_len = cpu_to_le16(map->m_len); in ext4_ext_map_blocks() 4403 err = ext4_ext_check_overlap(sbi, inode, &newex, path); in ext4_ext_map_blocks() 4405 allocated = ext4_ext_get_actual_len(&newex); in ext4_ext_map_blocks() 4449 ext4_ext_store_pblock(&newex, pblk); in ext4_ext_map_blocks() 4450 newex.ee_len = cpu_to_le16(ar.len); in ext4_ext_map_blocks() [all …]
|