Searched refs:newex (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ext4/
H A Dfast_commit.c1722 struct ext4_extent newex, *ex; local
1772 memset(&newex, 0, sizeof(newex));
1773 newex.ee_block = cpu_to_le32(cur);
1775 &newex, start_pblk + cur - start);
1776 newex.ee_len = cpu_to_le16(map.m_len);
1778 ext4_ext_mark_unwritten(&newex);
1781 NULL, inode, &path, &newex, 0);
H A Dextents.c2016 /* Try to append newex to the ex */
2040 /* Try to prepend newex to the ex */
3162 struct ext4_extent *ex, newex, orig_ex, zero_ex; local
3222 ex2 = &newex;
3229 err = ext4_ext_insert_extent(handle, inode, ppath, &newex, flags);
4131 struct ext4_extent newex, *ex, ex2; local
4237 newex.ee_block = cpu_to_le32(map->m_lblk);
4284 newex.ee_len = cpu_to_le16(map->m_len);
4285 err = ext4_ext_check_overlap(sbi, inode, &newex, path);
4287 allocated = ext4_ext_get_actual_len(&newex);
[all...]

Completed in 242 milliseconds