Searched refs:newex (Results 1 – 1 of 1) sorted by relevance
1401 struct ext4_extent newex, *ex; in ext4_ext_get_blocks() local1412 if ((bpref = ext4_ext_in_cache(ip, iblk, &newex))) { in ext4_ext_get_blocks()1415 newblk = iblk - le32toh(newex.e_blk) + in ext4_ext_get_blocks()1416 ext4_ext_extent_pblock(&newex); in ext4_ext_get_blocks()1417 allocated = le16toh(newex.e_len) - (iblk - le32toh(newex.e_blk)); in ext4_ext_get_blocks()1466 newex.e_blk = htole32(iblk); in ext4_ext_get_blocks()1467 ext4_ext_store_pblock(&newex, newblk); in ext4_ext_get_blocks()1468 newex.e_len = htole16(allocated); in ext4_ext_get_blocks()1469 error = ext4_ext_insert_extent(ip, path, &newex); in ext4_ext_get_blocks()1473 newblk = ext4_ext_extent_pblock(&newex); in ext4_ext_get_blocks()