Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Ddelayed-ref.c526 static void init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, in init_delayed_ref_head() argument
562 refcount_set(&head_ref->refs, 1); in init_delayed_ref_head()
563 head_ref->bytenr = bytenr; in init_delayed_ref_head()
564 head_ref->num_bytes = num_bytes; in init_delayed_ref_head()
565 head_ref->ref_mod = count_mod; in init_delayed_ref_head()
566 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
567 head_ref->is_data = is_data; in init_delayed_ref_head()
568 head_ref->is_system = is_system; in init_delayed_ref_head()
569 head_ref->ref_tree = RB_ROOT; in init_delayed_ref_head()
570 INIT_LIST_HEAD(&head_ref->ref_add_list); in init_delayed_ref_head()
[all …]
/linux-4.19.296/include/trace/events/
Dbtrfs.h842 const struct btrfs_delayed_ref_head *head_ref,
845 TP_ARGS(fs_info, head_ref, action),
855 __entry->bytenr = head_ref->bytenr;
856 __entry->num_bytes = head_ref->num_bytes;
858 __entry->is_data = head_ref->is_data;
871 const struct btrfs_delayed_ref_head *head_ref,
874 TP_ARGS(fs_info, head_ref, action)
880 const struct btrfs_delayed_ref_head *head_ref,
883 TP_ARGS(fs_info, head_ref, action)