Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsend.c98 u64 cur_inode_size; member
5014 if (offset >= sctx->cur_inode_size) in send_hole()
5021 end = min_t(u64, end, sctx->cur_inode_size); in send_hole()
5266 offset + clone_len < sctx->cur_inode_size) { in clone_range()
5336 if (offset >= sctx->cur_inode_size) { in send_write_or_clone()
5340 if (offset + len > sctx->cur_inode_size) in send_write_or_clone()
5341 len = sctx->cur_inode_size - offset; in send_write_or_clone()
5777 sctx->cur_inode_size, &found_clone); in process_extent()
5922 if (sctx->cur_inode_next_write_offset == sctx->cur_inode_size) in finish_inode_if_needed()
5937 if ((old_size == sctx->cur_inode_size) || in finish_inode_if_needed()
[all …]