Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Ddelayed-ref.c808 head_ref->ref_mod = count_mod; in init_delayed_ref_head()
817 head_ref->processing = false; in init_delayed_ref_head()
820 mutex_init(&head_ref->mutex); in init_delayed_ref_head()
826 head_ref->level = U8_MAX; in init_delayed_ref_head()
880 &head_ref->href_node); in add_delayed_ref_head()
888 head_ref = existing; in add_delayed_ref_head()
896 if (head_ref->is_data && head_ref->ref_mod < 0) { in add_delayed_ref_head()
908 return head_ref; in add_delayed_ref_head()
1021 if (!head_ref) { in add_delayed_ref()
1058 head_ref = new_head_ref; in add_delayed_ref()
[all …]
A Ddelayed-ref.h346 struct btrfs_delayed_ref_head *head_ref) in btrfs_ref_head_to_space_flags() argument
348 if (head_ref->is_data) in btrfs_ref_head_to_space_flags()
350 else if (head_ref->is_system) in btrfs_ref_head_to_space_flags()
/linux/include/trace/events/
A Dbtrfs.h976 const struct btrfs_delayed_ref_head *head_ref,
979 TP_ARGS(fs_info, head_ref, action),
989 __entry->bytenr = head_ref->bytenr;
990 __entry->num_bytes = head_ref->num_bytes;
992 __entry->is_data = head_ref->is_data;
1005 const struct btrfs_delayed_ref_head *head_ref,
1008 TP_ARGS(fs_info, head_ref, action)
1014 const struct btrfs_delayed_ref_head *head_ref,
1017 TP_ARGS(fs_info, head_ref, action)

Completed in 10 milliseconds