Lines Matching defs:num_bytes
80 u64 num_bytes;
1330 static int iterate_backrefs(u64 ino, u64 offset, u64 num_bytes, u64 root_id,
1383 if (num_bytes > clone_root->num_bytes) {
1386 clone_root->num_bytes = num_bytes;
1392 if (num_bytes >= bctx->extent_len)
1580 u64 num_bytes;
1608 num_bytes = btrfs_file_extent_num_bytes(eb, fi);
1618 cur_clone_root->num_bytes = 0;
1638 if (data_offset + num_bytes >= ino_size)
1641 backref_ctx.extent_len = num_bytes;
1692 "find_extent_clone: data_offset=%llu, ino=%llu, num_bytes=%llu, logical=%llu",
1693 data_offset, ino, num_bytes, logical);
1713 clone_root->num_bytes > cur_clone_root->num_bytes) {
1720 if (clone_root->num_bytes >= backref_ctx.extent_len)