Home
last modified time | relevance | path

Searched refs:disk_num_bytes (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dfile-item.c43 u64 disk_offset, u64 disk_num_bytes, in btrfs_insert_file_extent() argument
70 btrfs_set_file_extent_disk_num_bytes(leaf, item, disk_num_bytes); in btrfs_insert_file_extent()
Dinode.c921 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()
[all …]
Dctree.h909 __le64 disk_num_bytes; member
3123 struct btrfs_file_extent_item, disk_num_bytes, 64);
3143 disk_num_bytes, 64);
3828 u64 disk_offset, u64 disk_num_bytes,
Dcheck-integrity.c1428 offsetof(struct btrfs_file_extent_item, disk_num_bytes) > in btrfsic_handle_extent_data()
1438 offsetof(struct btrfs_file_extent_item, disk_num_bytes)); in btrfsic_handle_extent_data()