Lines Matching refs:disk_num_bytes

1147 	file_extent.disk_num_bytes = ins.offset;  in submit_one_async_extent()
1384 file_extent.disk_num_bytes = ins.offset; in cow_file_range()
1857 args->file_extent.disk_num_bytes = btrfs_file_extent_disk_num_bytes(leaf, fi); in can_nocow_file_extent()
2937 u64 disk_num_bytes = btrfs_stack_file_extent_disk_num_bytes(stack_fi); in insert_reserved_file_extent() local
3006 ins.offset = disk_num_bytes; in insert_reserved_file_extent()
3046 oe->disk_num_bytes); in insert_ordered_extent_file_extent()
3112 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered()
3182 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered()
3190 ordered_extent->disk_num_bytes); in btrfs_finish_one_ordered()
3292 ordered_extent->disk_num_bytes, in btrfs_finish_one_ordered()
3296 ordered_extent->disk_num_bytes, true); in btrfs_finish_one_ordered()
5171 hole_em->disk_num_bytes = 0; in btrfs_cont_expand()
7319 ASSERT(file_extent->disk_num_bytes == file_extent->num_bytes); in btrfs_create_io_em()
7344 em->disk_num_bytes = file_extent->disk_num_bytes; in btrfs_create_io_em()
9070 em->disk_num_bytes = ins.offset; in __btrfs_prealloc_file_range()
9606 if (em->disk_num_bytes > count) { in btrfs_encoded_read()
9610 *disk_io_size = em->disk_num_bytes; in btrfs_encoded_read()
9611 count = em->disk_num_bytes; in btrfs_encoded_read()
9674 u64 num_bytes, ram_bytes, disk_num_bytes; in btrfs_do_encoded_write() local
9764 disk_num_bytes = ALIGN(orig_count, fs_info->sectorsize); in btrfs_do_encoded_write()
9765 nr_folios = DIV_ROUND_UP(disk_num_bytes, PAGE_SIZE); in btrfs_do_encoded_write()
9815 ret = btrfs_alloc_data_chunk_ondemand(inode, disk_num_bytes); in btrfs_do_encoded_write()
9821 ret = btrfs_delalloc_reserve_metadata(inode, num_bytes, disk_num_bytes, in btrfs_do_encoded_write()
9840 ret = btrfs_reserve_extent(root, disk_num_bytes, disk_num_bytes, in btrfs_do_encoded_write()
9841 disk_num_bytes, 0, 0, &ins, 1, 1); in btrfs_do_encoded_write()
9847 file_extent.disk_num_bytes = ins.offset; in btrfs_do_encoded_write()
9885 btrfs_delalloc_release_metadata(inode, disk_num_bytes, ret < 0); in btrfs_do_encoded_write()
9895 btrfs_free_reserved_data_space_noquota(inode, disk_num_bytes); in btrfs_do_encoded_write()