Lines Matching refs:disk_num_bytes

1836 	u64 disk_num_bytes;  member
1874 args->disk_num_bytes = btrfs_file_extent_disk_num_bytes(leaf, fi); in can_nocow_file_extent()
2144 nocow_args.disk_num_bytes, /* orig_block_len */ in run_delalloc_nocow()
2560 if (ordered->disk_num_bytes == len) { in btrfs_extract_ordered_extent()
2869 u64 disk_num_bytes = btrfs_stack_file_extent_disk_num_bytes(stack_fi); in insert_reserved_file_extent() local
2938 ins.offset = disk_num_bytes; in insert_reserved_file_extent()
2981 oe->disk_num_bytes); in insert_ordered_extent_file_extent()
3049 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered()
3103 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered()
3111 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered()
3210 ordered_extent->disk_num_bytes, in btrfs_finish_one_ordered()
3214 ordered_extent->disk_num_bytes, 1); in btrfs_finish_one_ordered()
7143 *orig_block_len = nocow_args.disk_num_bytes; in can_nocow_extent()
10208 u64 num_bytes, ram_bytes, disk_num_bytes; in btrfs_do_encoded_write() local
10298 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write()
10299 nr_pages = DIV_ROUND_UP(disk_num_bytes, PAGE_SIZE); in btrfs_do_encoded_write()
10349 ret = btrfs_alloc_data_chunk_ondemand(inode, disk_num_bytes); in btrfs_do_encoded_write()
10355 ret = btrfs_delalloc_reserve_metadata(inode, num_bytes, disk_num_bytes, in btrfs_do_encoded_write()
10372 ret = btrfs_reserve_extent(root, disk_num_bytes, disk_num_bytes, in btrfs_do_encoded_write()
10373 disk_num_bytes, 0, 0, &ins, 1, 1); in btrfs_do_encoded_write()
10417 btrfs_delalloc_release_metadata(inode, disk_num_bytes, ret < 0); in btrfs_do_encoded_write()
10427 btrfs_free_reserved_data_space_noquota(fs_info, disk_num_bytes); in btrfs_do_encoded_write()