Searched hist:"58 e8012cc12b3cdebea118981c4fd7136d52f2c7" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.h | diff 58e8012cc12b3cdebea118981c4fd7136d52f2c7 Tue Nov 08 11:30:31 CST 2016 David Sterba <dsterba@suse.com> btrfs: add optimized version of eb to eb copy
Using copy_extent_buffer is suitable for copying betwenn buffers from an arbitrary offset and deals with page boundaries. This is not necessary when doing a full extent_buffer-to-extent_buffer copy. We can utilize the copy_page helper as well.
Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | ctree.c | diff 58e8012cc12b3cdebea118981c4fd7136d52f2c7 Tue Nov 08 11:30:31 CST 2016 David Sterba <dsterba@suse.com> btrfs: add optimized version of eb to eb copy
Using copy_extent_buffer is suitable for copying betwenn buffers from an arbitrary offset and deals with page boundaries. This is not necessary when doing a full extent_buffer-to-extent_buffer copy. We can utilize the copy_page helper as well.
Signed-off-by: David Sterba <dsterba@suse.com>
|
H A D | extent_io.c | diff 58e8012cc12b3cdebea118981c4fd7136d52f2c7 Tue Nov 08 11:30:31 CST 2016 David Sterba <dsterba@suse.com> btrfs: add optimized version of eb to eb copy
Using copy_extent_buffer is suitable for copying betwenn buffers from an arbitrary offset and deals with page boundaries. This is not necessary when doing a full extent_buffer-to-extent_buffer copy. We can utilize the copy_page helper as well.
Signed-off-by: David Sterba <dsterba@suse.com>
|