Lines Matching refs:disk_num_bytes
928 u64 disk_num_bytes; in cow_file_range() local
944 disk_num_bytes = num_bytes; in cow_file_range()
971 BUG_ON(disk_num_bytes > in cow_file_range()
977 while (disk_num_bytes > 0) { in cow_file_range()
980 cur_alloc_size = disk_num_bytes; in cow_file_range()
1035 if (disk_num_bytes < cur_alloc_size) in cow_file_range()
1052 disk_num_bytes -= cur_alloc_size; in cow_file_range()
1232 u64 disk_num_bytes; in run_delalloc_nocow() local
1335 disk_num_bytes = in run_delalloc_nocow()
1424 em->orig_block_len = disk_num_bytes; in run_delalloc_nocow()
2069 u64 disk_bytenr, u64 disk_num_bytes, in insert_reserved_file_extent() argument
2118 btrfs_set_file_extent_disk_num_bytes(leaf, fi, disk_num_bytes); in insert_reserved_file_extent()
2132 ins.offset = disk_num_bytes; in insert_reserved_file_extent()