Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.c575 struct btrfs_delayed_ref_head *head_ref = NULL; in add_delayed_ref_head() local
618 head_ref = btrfs_delayed_node_to_head(ref); in add_delayed_ref_head()
619 head_ref->must_insert_reserved = must_insert_reserved; in add_delayed_ref_head()
620 head_ref->is_data = is_data; in add_delayed_ref_head()
621 head_ref->ref_root = RB_ROOT; in add_delayed_ref_head()
622 head_ref->processing = 0; in add_delayed_ref_head()
623 head_ref->total_ref_mod = count_mod; in add_delayed_ref_head()
625 spin_lock_init(&head_ref->lock); in add_delayed_ref_head()
626 mutex_init(&head_ref->mutex); in add_delayed_ref_head()
628 trace_add_delayed_ref_head(ref, head_ref, action); in add_delayed_ref_head()
[all …]
/linux-4.1.27/include/trace/events/
Dbtrfs.h577 struct btrfs_delayed_ref_head *head_ref,
580 TP_ARGS(ref, head_ref, action),
593 __entry->is_data = head_ref->is_data;
606 struct btrfs_delayed_ref_head *head_ref,
609 TP_ARGS(ref, head_ref, action)
615 struct btrfs_delayed_ref_head *head_ref,
618 TP_ARGS(ref, head_ref, action)