Searched refs:disk_num_bytes (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 928 u64 disk_num_bytes; in cow_file_range() local 944 disk_num_bytes = num_bytes; in cow_file_range() 971 BUG_ON(disk_num_bytes > in cow_file_range() 977 while (disk_num_bytes > 0) { in cow_file_range() 980 cur_alloc_size = disk_num_bytes; in cow_file_range() 1035 if (disk_num_bytes < cur_alloc_size) in cow_file_range() 1052 disk_num_bytes -= cur_alloc_size; in cow_file_range() 1232 u64 disk_num_bytes; in run_delalloc_nocow() local 1335 disk_num_bytes = in run_delalloc_nocow() 1424 em->orig_block_len = disk_num_bytes; in run_delalloc_nocow() [all …]
|
D | ctree.h | 936 __le64 disk_num_bytes; member 3167 struct btrfs_file_extent_item, disk_num_bytes, 64); 3187 disk_num_bytes, 64); 3886 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()
|