Searched refs:disk_num_bytes (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | file-item.c | 43 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()
|
D | inode.c | 921 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 …]
|
D | ctree.h | 909 __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,
|
D | check-integrity.c | 1428 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()
|