Searched refs:disk_num_bytes (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/fs/btrfs/ |
D | ordered-data.h | 77 u64 disk_num_bytes; member 164 u64 disk_bytenr, u64 num_bytes, u64 disk_num_bytes, 168 u64 disk_num_bytes, int type); 171 u64 disk_num_bytes, int type,
|
D | ordered-data.c | 164 u64 disk_num_bytes, int type, int dio, in __btrfs_add_ordered_extent() argument 196 entry->disk_num_bytes = disk_num_bytes; in __btrfs_add_ordered_extent() 256 u64 disk_bytenr, u64 num_bytes, u64 disk_num_bytes, in btrfs_add_ordered_extent() argument 260 num_bytes, disk_num_bytes, type, 0, in btrfs_add_ordered_extent() 266 u64 disk_num_bytes, int type) in btrfs_add_ordered_extent_dio() argument 269 num_bytes, disk_num_bytes, type, 1, in btrfs_add_ordered_extent_dio() 275 u64 disk_num_bytes, int type, in btrfs_add_ordered_extent_compress() argument 279 num_bytes, disk_num_bytes, type, 0, in btrfs_add_ordered_extent_compress() 573 ordered->disk_bytenr + ordered->disk_num_bytes <= range_start) { in btrfs_wait_ordered_extents()
|
D | file-item.c | 128 u64 disk_offset, u64 disk_num_bytes, in btrfs_insert_file_extent() argument 155 btrfs_set_file_extent_disk_num_bytes(leaf, item, disk_num_bytes); in btrfs_insert_file_extent()
|
D | inode.c | 1485 u64 disk_num_bytes; in run_delalloc_nocow() local 1570 disk_num_bytes = in run_delalloc_nocow() 1704 disk_num_bytes, /* orig_block_len */ in run_delalloc_nocow() 2520 u64 disk_num_bytes = btrfs_stack_file_extent_disk_num_bytes(stack_fi); in insert_reserved_file_extent() local 2569 ins.offset = disk_num_bytes; in insert_reserved_file_extent() 2609 oe->disk_num_bytes); in insert_ordered_extent_file_extent() 2723 ordered_extent->disk_num_bytes); in btrfs_finish_ordered_io() 2791 ordered_extent->disk_num_bytes, in btrfs_finish_ordered_io() 2795 ordered_extent->disk_num_bytes, 1); in btrfs_finish_ordered_io()
|
D | ctree.h | 2336 struct btrfs_file_extent_item, disk_num_bytes, 64); 2357 disk_num_bytes, 64); 2948 u64 disk_offset, u64 disk_num_bytes,
|
D | check-integrity.c | 1377 offsetof(struct btrfs_file_extent_item, disk_num_bytes) > in btrfsic_handle_extent_data() 1386 offsetof(struct btrfs_file_extent_item, disk_num_bytes)); in btrfsic_handle_extent_data()
|
D | tree-checker.c | 295 CHECK_FE_ALIGNED(leaf, slot, fi, disk_num_bytes, sectorsize) || in check_extent_data_item()
|
/Linux-v5.10/include/uapi/linux/ |
D | btrfs_tree.h | 790 __le64 disk_num_bytes; member
|
/Linux-v5.10/include/trace/events/ |
D | btrfs.h | 384 __field( u64, disk_num_bytes ) 400 __entry->disk_num_bytes = btrfs_file_extent_disk_num_bytes(l, fi); 418 __entry->disk_bytenr, __entry->disk_num_bytes, 538 __entry->disk_len = ordered->disk_num_bytes;
|