Searched refs:cur_inode_size (Results 1 – 1 of 1) sorted by relevance
176 u64 cur_inode_size; member5492 if (offset >= sctx->cur_inode_size) in send_hole()5499 end = min_t(u64, end, sctx->cur_inode_size); in send_hole()6070 offset + clone_len < sctx->cur_inode_size) { in clone_range()6164 end = min_t(u64, btrfs_file_extent_end(path), sctx->cur_inode_size); in send_write_or_clone()6181 if (end != sctx->cur_inode_size) in send_write_or_clone()6601 sctx->cur_inode_size, &found_clone); in process_extent()6731 if (sctx->cur_inode_next_write_offset == sctx->cur_inode_size) in finish_inode_if_needed()6751 if ((old_size == sctx->cur_inode_size) || in finish_inode_if_needed()6752 (sctx->cur_inode_size > old_size && in finish_inode_if_needed()[all …]