Searched refs:head_ref (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | delayed-ref.c | 781 head_ref->tracked = false; in init_delayed_ref_head() 782 head_ref->processing = false; in init_delayed_ref_head() 791 head_ref->level = U8_MAX; in init_delayed_ref_head() 831 head_ref->bytenr); in add_delayed_ref_head() 865 head_ref = existing; in add_delayed_ref_head() 879 head_ref->tracked = true; in add_delayed_ref_head() 886 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head() 897 return head_ref; in add_delayed_ref_head() 1012 if (!head_ref) { in add_delayed_ref() 1057 head_ref = new_head_ref; in add_delayed_ref() [all …]
|
| H A D | delayed-ref.h | 362 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags() argument 364 if (head_ref->is_data) in btrfs_ref_head_to_space_flags() 366 else if (head_ref->is_system) in btrfs_ref_head_to_space_flags()
|
| /linux-6.15/include/trace/events/ |
| H A D | btrfs.h | 977 const struct btrfs_delayed_ref_head *head_ref, 980 TP_ARGS(fs_info, head_ref, action), 990 __entry->bytenr = head_ref->bytenr; 991 __entry->num_bytes = head_ref->num_bytes; 993 __entry->is_data = head_ref->is_data; 1006 const struct btrfs_delayed_ref_head *head_ref, 1009 TP_ARGS(fs_info, head_ref, action) 1015 const struct btrfs_delayed_ref_head *head_ref, 1018 TP_ARGS(fs_info, head_ref, action)
|