Searched refs:last_dest_end (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | reflink.c | 342 u64 last_dest_end = destoff; in btrfs_clone() local 459 if (new_key.offset != last_dest_end) in btrfs_clone() 460 drop_start = last_dest_end; in btrfs_clone() 534 last_dest_end = ALIGN(new_key.offset + datal, in btrfs_clone() 536 ret = clone_finish_inode_update(trans, inode, last_dest_end, in btrfs_clone() 555 if (last_dest_end < destoff + len) { in btrfs_clone() 579 if (last_dest_end >= i_size_read(inode)) in btrfs_clone() 583 ret = btrfs_replace_file_extents(inode, path, last_dest_end, in btrfs_clone()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | reflink.c | 351 u64 last_dest_end = destoff; in btrfs_clone() local 473 if (new_key.offset != last_dest_end) in btrfs_clone() 474 drop_start = last_dest_end; in btrfs_clone() 556 last_dest_end = ALIGN(new_key.offset + datal, in btrfs_clone() 558 ret = clone_finish_inode_update(trans, inode, last_dest_end, in btrfs_clone() 577 if (last_dest_end < destoff + len) { in btrfs_clone() 600 if (last_dest_end >= i_size_read(inode)) in btrfs_clone() 604 last_dest_end, destoff + len - 1, NULL, &trans); in btrfs_clone()
|
Completed in 3 milliseconds