Searched refs:disk_num_bytes (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/btrfs/ | 
| D | ordered-data.h | 89 	u64 disk_num_bytes;  member182 			     u64 disk_bytenr, u64 num_bytes, u64 disk_num_bytes,
 186 				 u64 disk_num_bytes, int type);
 189 				      u64 disk_num_bytes, int compress_type);
 
 | 
| D | ordered-data.c | 154 				      u64 disk_num_bytes, int type, int dio,  in __btrfs_add_ordered_extent()  argument186 	entry->disk_num_bytes = disk_num_bytes;  in __btrfs_add_ordered_extent()
 251 			     u64 disk_bytenr, u64 num_bytes, u64 disk_num_bytes,  in btrfs_add_ordered_extent()  argument
 258 					  num_bytes, disk_num_bytes, type, 0,  in btrfs_add_ordered_extent()
 264 				 u64 disk_num_bytes, int type)  in btrfs_add_ordered_extent_dio()  argument
 270 					  num_bytes, disk_num_bytes, type, 1,  in btrfs_add_ordered_extent_dio()
 276 				      u64 disk_num_bytes, int compress_type)  in btrfs_add_ordered_extent_compress()  argument
 280 					  num_bytes, disk_num_bytes,  in btrfs_add_ordered_extent_compress()
 644 		    ordered->disk_bytenr + ordered->disk_num_bytes <= range_start) {  in btrfs_wait_ordered_extents()
 1056 	u64 disk_num_bytes = len;  in clone_ordered_extent()  local
 [all …]
 
 | 
| D | file-item.c | 135 			     u64 disk_offset, u64 disk_num_bytes,  in btrfs_insert_file_extent()  argument161 	btrfs_set_file_extent_disk_num_bytes(leaf, item, disk_num_bytes);  in btrfs_insert_file_extent()
 
 | 
| D | inode.c | 1613 		u64 disk_num_bytes;  in run_delalloc_nocow()  local1698 			disk_num_bytes =  in run_delalloc_nocow()
 1839 					  disk_num_bytes, /* orig_block_len */  in run_delalloc_nocow()
 2425 	if (ordered->disk_num_bytes == len)  in extract_ordered_extent()
 2429 	if (WARN_ON_ONCE(ordered->bytes_left != ordered->disk_num_bytes)) {  in extract_ordered_extent()
 2435 	if (WARN_ON_ONCE(ordered->disk_num_bytes != ordered->num_bytes)) {  in extract_ordered_extent()
 2440 	ordered_end = ordered->disk_bytenr + ordered->disk_num_bytes;  in extract_ordered_extent()
 2844 	u64 disk_num_bytes = btrfs_stack_file_extent_disk_num_bytes(stack_fi);  in insert_reserved_file_extent()  local
 2912 	ins.offset = disk_num_bytes;  in insert_reserved_file_extent()
 2953 						   oe->disk_num_bytes);  in insert_ordered_extent_file_extent()
 [all …]
 
 | 
| D | ctree.h | 2459 			 struct btrfs_file_extent_item, disk_num_bytes, 64);2480 		   disk_num_bytes, 64);
 3103 			     u64 disk_offset, u64 disk_num_bytes,
 
 | 
| D | check-integrity.c | 1325 	    offsetof(struct btrfs_file_extent_item, disk_num_bytes) >  in btrfsic_handle_extent_data()1334 		offsetof(struct btrfs_file_extent_item, disk_num_bytes));  in btrfsic_handle_extent_data()
 
 | 
| D | tree-checker.c | 299 		     CHECK_FE_ALIGNED(leaf, slot, fi, disk_num_bytes, sectorsize) ||  in check_extent_data_item()
 | 
| D | extent_io.c | 3293 		ordered->disk_bytenr + ordered->disk_num_bytes - logical);  in calc_bio_boundaries()
 | 
| /Linux-v5.15/include/uapi/linux/ | 
| D | btrfs_tree.h | 814 	__le64 disk_num_bytes;  member
 | 
| /Linux-v5.15/include/trace/events/ | 
| D | btrfs.h | 385 		__field(	u64,	disk_num_bytes	)401 		__entry->disk_num_bytes	= btrfs_file_extent_disk_num_bytes(l, fi);
 419 		__entry->disk_bytenr, __entry->disk_num_bytes,
 540 		__entry->disk_len	= ordered->disk_num_bytes;
 
 |