Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddelayed-ref.c565 if (!list_empty(&head->ref_add_list)) in btrfs_select_delayed_ref()
566 return list_first_entry(&head->ref_add_list, in btrfs_select_delayed_ref()
594 list_add_tail(&ref->add_list, &href->ref_add_list); in insert_delayed_ref()
611 &href->ref_add_list); in insert_delayed_ref()
777 INIT_LIST_HEAD(&head_ref->ref_add_list); in init_delayed_ref_head()
H A Ddelayed-ref.h65 * ref_head->ref_add_list, then we do not need to iterate the
136 /* Protects 'ref_tree' and 'ref_add_list'. */
139 /* accumulate add BTRFS_ADD_DELAYED_REF nodes to this ref_add_list. */
140 struct list_head ref_add_list; member