Lines Matching refs:__entry

81 		__entry->generation	= root->fs_info->generation;
82 __entry->root_objectid = root->root_key.objectid;
86 show_root_type(__entry->root_objectid),
87 (unsigned long long)__entry->generation)
107 __entry->ino = inode->i_ino;
108 __entry->blocks = inode->i_blocks;
109 __entry->disk_i_size = BTRFS_I(inode)->disk_i_size;
110 __entry->generation = BTRFS_I(inode)->generation;
111 __entry->last_trans = BTRFS_I(inode)->last_trans;
112 __entry->logged_trans = BTRFS_I(inode)->logged_trans;
113 __entry->root_objectid =
119 show_root_type(__entry->root_objectid),
120 (unsigned long long)__entry->generation,
121 (unsigned long)__entry->ino,
122 (unsigned long long)__entry->blocks,
123 (unsigned long long)__entry->disk_i_size,
124 (unsigned long long)__entry->last_trans,
125 (unsigned long long)__entry->logged_trans)
190 __entry->root_objectid = root->root_key.objectid;
191 __entry->start = map->start;
192 __entry->len = map->len;
193 __entry->orig_start = map->orig_start;
194 __entry->block_start = map->block_start;
195 __entry->block_len = map->block_len;
196 __entry->flags = map->flags;
197 __entry->refs = atomic_read(&map->refs);
198 __entry->compress_type = map->compress_type;
205 show_root_type(__entry->root_objectid),
206 (unsigned long long)__entry->start,
207 (unsigned long long)__entry->len,
208 (unsigned long long)__entry->orig_start,
209 show_map_type(__entry->block_start),
210 (unsigned long long)__entry->block_len,
211 show_map_flags(__entry->flags),
212 __entry->refs, __entry->compress_type)
249 __entry->ino = inode->i_ino;
250 __entry->file_offset = ordered->file_offset;
251 __entry->start = ordered->start;
252 __entry->len = ordered->len;
253 __entry->disk_len = ordered->disk_len;
254 __entry->bytes_left = ordered->bytes_left;
255 __entry->flags = ordered->flags;
256 __entry->compress_type = ordered->compress_type;
257 __entry->refs = atomic_read(&ordered->refs);
258 __entry->root_objectid =
266 show_root_type(__entry->root_objectid),
267 (unsigned long long)__entry->ino,
268 (unsigned long long)__entry->file_offset,
269 (unsigned long long)__entry->start,
270 (unsigned long long)__entry->len,
271 (unsigned long long)__entry->disk_len,
272 (unsigned long long)__entry->bytes_left,
273 show_ordered_flags(__entry->flags),
274 __entry->compress_type, __entry->refs)
327 __entry->ino = inode->i_ino;
328 __entry->index = page->index;
329 __entry->nr_to_write = wbc->nr_to_write;
330 __entry->pages_skipped = wbc->pages_skipped;
331 __entry->range_start = wbc->range_start;
332 __entry->range_end = wbc->range_end;
333 __entry->for_kupdate = wbc->for_kupdate;
334 __entry->for_reclaim = wbc->for_reclaim;
335 __entry->range_cyclic = wbc->range_cyclic;
336 __entry->writeback_index = inode->i_mapping->writeback_index;
337 __entry->root_objectid =
345 show_root_type(__entry->root_objectid),
346 (unsigned long)__entry->ino, __entry->index,
347 __entry->nr_to_write, __entry->pages_skipped,
348 __entry->range_start, __entry->range_end,
349 __entry->for_kupdate,
350 __entry->for_reclaim, __entry->range_cyclic,
351 (unsigned long)__entry->writeback_index)
378 __entry->ino = page->mapping->host->i_ino;
379 __entry->index = page->index;
380 __entry->start = start;
381 __entry->end = end;
382 __entry->uptodate = uptodate;
383 __entry->root_objectid =
389 show_root_type(__entry->root_objectid),
390 (unsigned long)__entry->ino, (unsigned long)__entry->index,
391 (unsigned long long)__entry->start,
392 (unsigned long long)__entry->end, __entry->uptodate)
412 __entry->ino = inode->i_ino;
413 __entry->parent = d_inode(dentry->d_parent)->i_ino;
414 __entry->datasync = datasync;
415 __entry->root_objectid =
420 show_root_type(__entry->root_objectid),
421 (unsigned long)__entry->ino, (unsigned long)__entry->parent,
422 __entry->datasync)
436 __entry->wait = wait;
439 TP_printk("wait = %d", __entry->wait)
470 __entry->bytenr = ref->bytenr;
471 __entry->num_bytes = ref->num_bytes;
472 __entry->action = action;
473 __entry->parent = full_ref->parent;
474 __entry->ref_root = full_ref->root;
475 __entry->level = full_ref->level;
476 __entry->type = ref->type;
477 __entry->seq = ref->seq;
483 (unsigned long long)__entry->bytenr,
484 (unsigned long long)__entry->num_bytes,
485 show_ref_action(__entry->action),
486 show_root_type(__entry->parent),
487 show_root_type(__entry->ref_root),
488 __entry->level, show_ref_type(__entry->type),
489 (unsigned long long)__entry->seq)
531 __entry->bytenr = ref->bytenr;
532 __entry->num_bytes = ref->num_bytes;
533 __entry->action = action;
534 __entry->parent = full_ref->parent;
535 __entry->ref_root = full_ref->root;
536 __entry->owner = full_ref->objectid;
537 __entry->offset = full_ref->offset;
538 __entry->type = ref->type;
539 __entry->seq = ref->seq;
545 (unsigned long long)__entry->bytenr,
546 (unsigned long long)__entry->num_bytes,
547 show_ref_action(__entry->action),
548 show_root_type(__entry->parent),
549 show_root_type(__entry->ref_root),
550 (unsigned long long)__entry->owner,
551 (unsigned long long)__entry->offset,
552 show_ref_type(__entry->type),
553 (unsigned long long)__entry->seq)
590 __entry->bytenr = ref->bytenr;
591 __entry->num_bytes = ref->num_bytes;
592 __entry->action = action;
593 __entry->is_data = head_ref->is_data;
597 (unsigned long long)__entry->bytenr,
598 (unsigned long long)__entry->num_bytes,
599 show_ref_action(__entry->action),
600 __entry->is_data)
650 __entry->num_stripes = map->num_stripes;
651 __entry->type = map->type;
652 __entry->sub_stripes = map->sub_stripes;
653 __entry->offset = offset;
654 __entry->size = size;
655 __entry->root_objectid = root->root_key.objectid;
660 show_root_type(__entry->root_objectid),
661 (unsigned long long)__entry->offset,
662 (unsigned long long)__entry->size,
663 __entry->num_stripes, __entry->sub_stripes,
664 show_chunk_type(__entry->type))
700 __entry->root_objectid = root->root_key.objectid;
701 __entry->buf_start = buf->start;
702 __entry->refs = atomic_read(&buf->refs);
703 __entry->cow_start = cow->start;
704 __entry->buf_level = btrfs_header_level(buf);
705 __entry->cow_level = btrfs_header_level(cow);
710 show_root_type(__entry->root_objectid),
711 __entry->refs,
712 (unsigned long long)__entry->buf_start,
713 __entry->buf_level,
714 (unsigned long long)__entry->cow_start,
715 __entry->cow_level)
734 memcpy(__entry->fsid, fs_info->fsid, BTRFS_UUID_SIZE);
736 __entry->val = val;
737 __entry->bytes = bytes;
738 __entry->reserve = reserve;
741 TP_printk("%pU: %s: %Lu %s %Lu", __entry->fsid, __get_str(type),
742 __entry->val, __entry->reserve ? "reserve" : "release",
743 __entry->bytes)
759 __entry->root_objectid = root->root_key.objectid;
760 __entry->start = start;
761 __entry->len = len;
765 show_root_type(__entry->root_objectid),
766 (unsigned long long)__entry->start,
767 (unsigned long long)__entry->len)
799 __entry->root_objectid = root->root_key.objectid;
800 __entry->num_bytes = num_bytes;
801 __entry->empty_size = empty_size;
802 __entry->data = data;
806 "flags = %Lu(%s)", show_root_type(__entry->root_objectid),
807 __entry->num_bytes, __entry->empty_size, __entry->data,
808 __print_flags((unsigned long)__entry->data, "|",
829 __entry->root_objectid = root->root_key.objectid;
830 __entry->bg_objectid = block_group->key.objectid;
831 __entry->flags = block_group->flags;
832 __entry->start = start;
833 __entry->len = len;
838 show_root_type(__entry->root_objectid), __entry->bg_objectid,
839 __entry->flags, __print_flags((unsigned long)__entry->flags,
841 __entry->start, __entry->len)
879 __entry->bg_objectid = block_group->key.objectid;
880 __entry->flags = block_group->flags;
881 __entry->start = start;
882 __entry->bytes = bytes;
883 __entry->empty_size = empty_size;
884 __entry->min_bytes = min_bytes;
888 " empty_size = %Lu, min_bytes = %Lu", __entry->bg_objectid,
889 __entry->flags,
890 __print_flags((unsigned long)__entry->flags, "|",
891 BTRFS_GROUP_FLAGS), __entry->start,
892 __entry->bytes, __entry->empty_size, __entry->min_bytes)
906 __entry->bg_objectid = block_group->key.objectid;
909 TP_printk("block_group = %Lu", __entry->bg_objectid)
929 __entry->bg_objectid = block_group->key.objectid;
930 __entry->flags = block_group->flags;
931 __entry->start = cluster->window_start;
932 __entry->max_size = cluster->max_size;
933 __entry->size = size;
934 __entry->bitmap = bitmap;
939 __entry->bg_objectid,
940 __entry->flags,
941 __print_flags((unsigned long)__entry->flags, "|",
942 BTRFS_GROUP_FLAGS), __entry->start,
943 __entry->size, __entry->max_size, __entry->bitmap)
960 __entry->state = state,
961 __entry->mask = mask,
962 __entry->ip = IP
965 TP_printk("state=%p; mask = %s; caller = %pS", __entry->state,
966 show_gfp_flags(__entry->mask), (void *)__entry->ip)
981 __entry->state = state,
982 __entry->ip = IP
985 TP_printk(" state=%p; caller = %pS", __entry->state,
986 (void *)__entry->ip)
1005 __entry->work = work;
1006 __entry->wq = work->wq;
1007 __entry->func = work->func;
1008 __entry->ordered_func = work->ordered_func;
1009 __entry->ordered_free = work->ordered_free;
1010 __entry->normal_work = &work->normal_work;
1015 __entry->work, __entry->normal_work, __entry->wq,
1016 __entry->func, __entry->ordered_func, __entry->ordered_free)
1031 __entry->work = work;
1034 TP_printk("work->%p", __entry->work)
1078 __entry->wq = wq;
1080 __entry->high = high;
1084 __print_flags(__entry->high, "",
1086 __entry->wq)
1107 __entry->wq = wq;
1110 TP_printk("wq=%p", __entry->wq)
1133 __entry->rootid = BTRFS_I(inode)->root->objectid;
1134 __entry->ino = inode->i_ino;
1135 __entry->free_reserved = free_reserved;
1139 __entry->rootid, __entry->ino, __entry->free_reserved)
1177 __entry->rootid = BTRFS_I(inode)->root->objectid;
1178 __entry->ino = inode->i_ino;
1179 __entry->start = start;
1180 __entry->len = len;
1181 __entry->reserved = reserved;
1182 __entry->op = op;
1186 __entry->rootid, __entry->ino, __entry->start, __entry->len,
1187 __entry->reserved,
1188 __print_flags((unsigned long)__entry->op, "",
1219 __entry->ref_root = ref_root;
1220 __entry->reserved = reserved;
1224 __entry->ref_root, __entry->reserved)