Home
last modified time | relevance | path

Searched refs:head_ref (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/btrfs/
Ddelayed-ref.c731 static void init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, in init_delayed_ref_head() argument
767 refcount_set(&head_ref->refs, 1); in init_delayed_ref_head()
768 head_ref->bytenr = bytenr; in init_delayed_ref_head()
769 head_ref->num_bytes = num_bytes; in init_delayed_ref_head()
770 head_ref->ref_mod = count_mod; in init_delayed_ref_head()
771 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
772 head_ref->is_data = is_data; in init_delayed_ref_head()
773 head_ref->is_system = is_system; in init_delayed_ref_head()
774 head_ref->ref_tree = RB_ROOT_CACHED; in init_delayed_ref_head()
775 INIT_LIST_HEAD(&head_ref->ref_add_list); in init_delayed_ref_head()
[all …]
/Linux-v5.4/include/trace/events/
Dbtrfs.h878 const struct btrfs_delayed_ref_head *head_ref,
881 TP_ARGS(fs_info, head_ref, action),
891 __entry->bytenr = head_ref->bytenr;
892 __entry->num_bytes = head_ref->num_bytes;
894 __entry->is_data = head_ref->is_data;
907 const struct btrfs_delayed_ref_head *head_ref,
910 TP_ARGS(fs_info, head_ref, action)
916 const struct btrfs_delayed_ref_head *head_ref,
919 TP_ARGS(fs_info, head_ref, action)