Lines Matching refs:size
2122 * "size" bytes in "dest". the dest buffer will be filled backwards. finally,
2134 char *dest, u32 size)
2139 s64 bytes_left = ((s64)size) - 1;
2209 u64 size = 0;
2234 size = fs_info->nodesize;
2236 size = found_key->offset;
2239 found_key->objectid + size <= logical) {
2253 "logical %llu is at position %llu within the extent (%llu EXTENT_ITEM %llu) flags %#llx size %u",
2955 u32 size;
2963 size = sizeof(struct btrfs_tree_block_info);
2965 /* Use inline ref type to determine the size */
2972 size = btrfs_extent_inline_ref_size(type);
2974 iter->cur_ptr += size;