Lines Matching refs:disk_num_bytes
921 u64 disk_num_bytes; in cow_file_range() local
937 disk_num_bytes = num_bytes; in cow_file_range()
964 BUG_ON(disk_num_bytes > in cow_file_range()
970 while (disk_num_bytes > 0) { in cow_file_range()
973 cur_alloc_size = disk_num_bytes; in cow_file_range()
1028 if (disk_num_bytes < cur_alloc_size) in cow_file_range()
1045 disk_num_bytes -= cur_alloc_size; in cow_file_range()
1222 u64 disk_num_bytes; in run_delalloc_nocow() local
1325 disk_num_bytes = in run_delalloc_nocow()
1414 em->orig_block_len = disk_num_bytes; in run_delalloc_nocow()
2053 u64 disk_bytenr, u64 disk_num_bytes, in insert_reserved_file_extent() argument
2102 btrfs_set_file_extent_disk_num_bytes(leaf, fi, disk_num_bytes); in insert_reserved_file_extent()
2116 ins.offset = disk_num_bytes; in insert_reserved_file_extent()