Searched refs:disk_num_bytes (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent_map.c | 192 return em->disk_num_bytes; in extent_map_block_len() 296 new_disk_num_bytes = max(prev->disk_bytenr + prev->disk_num_bytes, in merge_ondisk_extents() 297 next->disk_bytenr + next->disk_num_bytes) - in merge_ondisk_extents() 302 merged->disk_num_bytes = new_disk_num_bytes; in merge_ondisk_extents() 314 prefix, em->start, em->len, em->disk_bytenr, em->disk_num_bytes, in dump_extent_map() 325 if (em->disk_num_bytes == 0) in validate_extent_map() 329 if (em->offset + em->len > em->disk_num_bytes && in validate_extent_map() 333 em->ram_bytes != em->disk_num_bytes) in validate_extent_map() 887 split->disk_num_bytes = em->disk_num_bytes; in btrfs_drop_extent_map_range() 892 split->disk_num_bytes = 0; in btrfs_drop_extent_map_range() [all …]
|
| H A D | ordered-data.h | 109 u64 disk_num_bytes; member 181 u64 disk_num_bytes; member
|
| H A D | inode.c | 1170 file_extent.disk_num_bytes = ins.offset; in submit_one_async_extent() 1412 file_extent.disk_num_bytes = ins.offset; in cow_file_range() 1892 args->file_extent.disk_num_bytes = btrfs_file_extent_disk_num_bytes(leaf, fi); in can_nocow_file_extent() 2967 u64 disk_num_bytes = btrfs_stack_file_extent_disk_num_bytes(stack_fi); in insert_reserved_file_extent() local 3036 ins.offset = disk_num_bytes; in insert_reserved_file_extent() 3076 oe->disk_num_bytes); in insert_ordered_extent_file_extent() 3141 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered() 3213 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered() 3221 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered() 3323 ordered_extent->disk_num_bytes, in btrfs_finish_one_ordered() [all …]
|
| H A D | compression.c | 388 cb->compressed_len = ordered->disk_num_bytes; in btrfs_submit_compressed_write() 593 compressed_len = em->disk_num_bytes; in btrfs_submit_compressed_read()
|
| H A D | send.c | 5537 u64 disk_bytenr, disk_num_bytes; in send_encoded_extent() local 5560 disk_num_bytes = btrfs_file_extent_disk_num_bytes(leaf, ei); in send_encoded_extent() 5578 ret = put_data_header(sctx, disk_num_bytes); in send_encoded_extent() 5589 sctx->send_max_size - data_offset < disk_num_bytes)) { in send_encoded_extent() 5599 disk_bytenr, disk_num_bytes, in send_encoded_extent() 5607 hdr->len = cpu_to_le32(sctx->send_size + disk_num_bytes - sizeof(*hdr)); in send_encoded_extent() 5610 crc = crc32c(crc, sctx->send_buf + data_offset, disk_num_bytes); in send_encoded_extent() 5617 disk_num_bytes, &sctx->send_off); in send_encoded_extent()
|
| H A D | tree-log.c | 4828 u64 disk_num_bytes; in copy_items() local 4882 disk_num_bytes = btrfs_file_extent_disk_num_bytes(src, extent); in copy_items() 4886 extent_num_bytes = disk_num_bytes; in copy_items() 5080 csum_len = em->disk_num_bytes; in log_extent_csums() 5132 block_len = em->disk_num_bytes; in log_one_extent()
|
| H A D | tree-checker.c | 308 CHECK_FE_ALIGNED(leaf, slot, fi, disk_num_bytes, sectorsize) || in check_extent_data_item()
|
| H A D | zoned.c | 1920 while (len < ordered->disk_num_bytes) { in btrfs_finish_ordered_zoned()
|
| H A D | extent_io.c | 757 ordered->disk_num_bytes - file_offset); in alloc_new_bio()
|
| H A D | relocation.c | 2743 em->disk_num_bytes = em->len; in setup_relocation_extent_mapping()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 1103 __le64 disk_num_bytes; member
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 370 __field( u64, disk_num_bytes ) 386 __entry->disk_num_bytes = btrfs_file_extent_disk_num_bytes(l, fi); 404 __entry->disk_bytenr, __entry->disk_num_bytes, 525 __entry->disk_len = ordered->disk_num_bytes;
|