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()
3195 ordered_extent->disk_num_bytes, in btrfs_finish_one_ordered()
3199 ordered_extent->disk_num_bytes, 1); in btrfs_finish_one_ordered()
7117 *orig_block_len = nocow_args.disk_num_bytes; in can_nocow_extent()
10182 u64 num_bytes, ram_bytes, disk_num_bytes; in btrfs_do_encoded_write() local
10265 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write()
10266 nr_pages = DIV_ROUND_UP(disk_num_bytes, PAGE_SIZE); in btrfs_do_encoded_write()
10316 ret = btrfs_alloc_data_chunk_ondemand(inode, disk_num_bytes); in btrfs_do_encoded_write()
10322 ret = btrfs_delalloc_reserve_metadata(inode, num_bytes, disk_num_bytes, in btrfs_do_encoded_write()
10339 ret = btrfs_reserve_extent(root, disk_num_bytes, disk_num_bytes, in btrfs_do_encoded_write()
10340 disk_num_bytes, 0, 0, &ins, 1, 1); in btrfs_do_encoded_write()
10384 btrfs_delalloc_release_metadata(inode, disk_num_bytes, ret < 0); in btrfs_do_encoded_write()
10394 btrfs_free_reserved_data_space_noquota(fs_info, disk_num_bytes); in btrfs_do_encoded_write()